selesn777

Untitled

Oct 20th, 2025
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. From 7.6.1 to 7.6.2:
  2.  
  3.  
  4.  
  5. - New table specific options
  6.  
  7. - added completion to lua code in auto assembler
  8.  
  9. - You can now dissect structures directly from dotnetinfo
  10.  
  11. - added modulePreference for symbol loading. When multiple modules have the same symbol, this list determines which modules has priority. (Already populated for windows and linux)
  12.  
  13. - break and trace: new option to break on end
  14.  
  15. - threadname support
  16.  
  17. - waitForallsymbols now shows a dialog when it takes too long
  18.  
  19. - custom types of the integer variant are now 8 byte in 64-bit CE
  20.  
  21. - added several new custom type examples/templates
  22.  
  23. - added a .net 8 example plugin
  24.  
  25. - more info dialogs now have tabs
  26.  
  27. - added {$ifdef} /{$endif} and {$ifndef}/{$endif} blocks to auto assembler scripts (works with aobscans)
  28.  
  29.  
  30.  
  31. Fixes:
  32.  
  33. - fix break on unexpected breakpoints
  34.  
  35. - fixed enum values in il2cpp
  36.  
  37. - ceserver: fixed modulesize lookup
  38.  
  39. - fixed always hide children option
  40.  
  41. - fixed loadPlugin lua command adding to the permanent list
  42.  
  43. - convertToUtf8 is now stable when giving it incorrect parameters
Advertisement
Add Comment
Please, Sign In to add comment