
updata：https://github.com/sicaril/BaymaxTools

Baymax toOls for x64dbg v1.9.5
2025.01.27

1. Add replacement function for search data
2. Add feature code option with real-time effect
3. Add more language files

Baymax toOls for x64dbg v1.9.1
2023.11.28

1. Fix the problem that searching "Private Memory Segment List" is slow.
2. add setting UI fonts
3. support high DPI display


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. Add Traditional Chinese (Thanks to plusv)
7. Fix some bugs


Baymax toOls for x64dbg v1.7
Jun 27, 2022

1. Optimized the search algorithm and significantly improved the search speed
2. Support hot keys to call up the search box. By default, Ctrl+Shift+S will call up the search box in debugging state
3. Displays a list of process private memory and supports search for all sections of the list
4. Optimized the process memory heap, stack and other private memory parsing algorithm
5. Optimized the judgment logic of Shadow Module
6.  Optimized and adjusted UI and internal functions

