BaymaxTools icon indicating copy to clipboard operation
BaymaxTools copied to clipboard

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 i...

Results 11 BaymaxTools issues
Sort by recently updated
recently updated
newest added

如图所示: 如 1[A] 直接寫在 Ascii 4[U] 直接寫在 UniCode 题外话: 如果能 自定字符串最小长度, 搜寻 所有 ASCII/UTF-8/UniCode 字符串 更好. ![z1](https://github.com/sicaril/BaymaxTools/assets/29886853/0057ac7c-7087-43f8-84ec-12db2c8939b3)

这个工具很直观方便,比来回切换tab好太多。 不过他有一个tab没有的功能,就是记录每次的搜索。 建议增加3个功能,搜索记录,搜索备注(这样就知道这个特征码是干什么用的),还有搜索记录导出,这样可以批量一起看。 有时候搜索了一大堆,都不记得那个是干啥的了,当然,大师们肯定不像我这么菜记不住。 再次感谢做出方便的工具。

Whether the version 1.9 download can be opened ? Now the Releases version is 1.7

![image](https://github.com/user-attachments/assets/52b2d916-6ad6-476c-ac7c-0d12a0f95f7a) 对搜索到的特征指令进行 nop 操作(用于直接patch花指令)

Hello, I am a user who has been actively using your plugin and finding it very valuable. I would like to suggest the following improvements to enhance the plugin's functionality:...

instead of double clicking each result to jump to the code location in the CPU view, it would be nice if we just could use the UP and DOWN keys...

Example: If I look for "mov dword ptr ds:[2394002], 0x2" and I want to replace all of them with "mov dword ptr ds:[2394002], 0x0" Perhaps just some extra button that...