BaymaxTools Versions Save

BaymaxTools is a feature code extraction and search plug-in for x64dbg debugger. it is convenient to extract the signature of the specified instruction and the number of occurrences of the signature in the search module.

v1.9.1

1 month ago

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

v1.9

8 months ago

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)

v1.7

1 year ago
  1. 优化了搜索算法,搜索速度有明显提升
  2. 支持热键唤起搜索框,默认Ctrl+Shift+S,调试状态下唤出搜索框
  3. 可展示进程私有内存的列表,支持对列表所有区段搜索
  4. 优化了进程内存堆、栈等私有内存的解析算法
  5. 优化了 Shadow Module 的判断逻辑
  6. UI和内部功能的优化调整

  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

If you need to update the language file, you can email me( aqiayi#sina.com #==>@ )

v1.5

2 years ago

Baymax toOls v1.5 2022.04.23 // 2 years

  1. 重写了内存解析代码,以便更好的解析出所调试进程的可执行区段

  2. 模块列表调整为:可执行模块列表和可执行节列表

  3. 可对当前列表中所有项进行特征码搜索

  4. 尽可能的分析出Shadow Module和脱链的模块

  5. UI 操作上做了一些优化

  6. Rewrote the memory parsing code to better parse out the executable section

  7. Adjust the module list to the list of executable modules and the list of executable sections

  8. You can search for feature codes for all items in the current list

  9. Analyze Shadow Module and disconnected Module as much as possible

  10. Some optimization has been made in UI operation

v1.3

2 years ago

Baymax toOls v1.3 2022.04.08

  1. 修复堆空间特征码搜索不到的BUG
  2. 优化搜索算法
  3. Fix the BUG that the heap space feature code cannot be searched
  4. Optimize the search algorithm

add Language=Español

1023

4 years ago

Copy the files under the x32\plugins directory to the x64Dbg\x32\plugins directory. Copy the files under the x64\plugins directory to the x64Dbg\x64\plugins directory.

Update: Fix some bug.

1020

4 years ago

Copy the files under the x32\plugins directory to the x64Dbg\x32\plugins directory. Copy the files under the x64\plugins directory to the x64Dbg\x64\plugins directory.