Skip to content

Baymax toOls for x64dbg v1.9

Compare
Choose a tag to compare
@sicaril sicaril released this 22 Aug 11:30
84f85f2

Baymax toOls for x64dbg v1.9
2023.08.20

  1. Optimize the search algorithm, faster speed!
  2. Add the module list refresh function in the search window, if there is any change in process memory data or modules, you can refresh it and search again.
  3. The search window supports the search of assembly instructions.
    3.1> Input values will be treated as hexadecimal (without '0x' prefix or 'h' suffix).
    3.2>The first line selected in the assembly window will be used as the starting address for instruction compilation
    3.3>Due to different compilation modes, ModR/M (default engine) can be checked if the result is not as expected.
    3.4>You can search the result of compiling assembly instructions into feature codes in the settings.
  4. the search window supports the search of strings, can be set to not match the case, the default option at the same time to search for strings of UNICODE \ ASCII \ UTF-8 three kinds of encoding.
  5. right-click menu to search for shelled tools (themida, vmprotect, obsidium, enigma ...) VM-protected code can be parsed for cross-section commands.
    5.1>Parsing list of code segments belonging to the original program contains entry addresses of code suspected to be protected by VM.
  6. Fix some bugs

23.09.11
Add Traditional Chinese (Thanks to plusv)