Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 28 F8 01 00 0A              .entrypoint
  2.                             .locals init (class [System.Windows.Forms]System.Windows.Forms.Screen V0,
  3.                                           class System.String V1,
  4.                                           class Handbrake.Presets.PresetsHandler V2,
  5.                                           value class [System.Drawing]System.Drawing.Rectangle V3,
  6.                                           value class [System.Drawing]System.Drawing.Rectangle V4,
  7.                                           class System.Object[] V5,
  8.                                           value class [System.Drawing]System.Drawing.Rectangle V6,
  9.                                           value class [System.Drawing]System.Drawing.Rectangle V7)
  10.                             call class [System.Windows.Forms]System.Windows.Forms.Screen [System.Windows.Forms]System.Windows.Forms.Screen::get_PrimaryScreen()
  11. 0A                          stloc.0
  12. 06                          ldloc.0
  13. 6F F9 01 00 0A              callvirt value class [System.Drawing]System.Drawing.Rectangle [System.Windows.Forms]System.Windows.Forms.Screen::get_Bounds()
  14. 0D                          stloc.3
  15. 12 03                       ldloca.s 3
  16. 28 FA 01 00 0A              call int32 [System.Drawing]System.Drawing.Rectangle::get_Width()
  17. 20 00 04 00 00              ldc.i4 0x400
  18. 32 16                       blt.s loc_15FA1
  19. 06                          ldloc.0
  20. 6F F9 01 00 0A              callvirt value class [System.Drawing]System.Drawing.Rectangle [System.Windows.Forms]System.Windows.Forms.Screen::get_Bounds()
  21. 13 04                       stloc.s 4
  22. 12 04                       ldloca.s 4
  23. 28 FB 01 00 0A              call int32 [System.Drawing]System.Drawing.Rectangle::get_Height()
  24. 20 6C 02 00 00              ldc.i4 0x26C
  25. 2F 69                       bge.s loc_1600A
  26.  
  27.                         loc_15FA1:                              // CODE XREF: Main+19j
  28. 1B                          ldc.i4.5
  29. 8D 02 00 00 01              newarr [mscorlib]System.Object
  30. 13 05                       stloc.s 5
  31. 11 05                       ldloc.s 5
  32. 16                          ldc.i4.0
  33. 72 54 61 00 70              ldstr "Your system does not meet the minimum requirements for HandBrake. \nYour screen is running at: "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement