Code Monkey home page Code Monkey logo

baymaxtools's Introduction

Baymax Tools

BaymaxTools is a feature code extraction and search plug-in for x64dbg debugger. The main functions are:

  1. parsing assembly instructions and extracting corresponding feature codes according to user's settings. 2;
  2. process memory can be quickly searched for feature code entries (6 to 10 times faster than ordinary memory search tools) ;
  3. better parsing of the memory space of the process being debugged (better than x64dbg), including parsing shadowDll, and more convenient memory search by type;
  4. support for searching assembly instructions, and compiled instructions can be converted to feature code for searching;
  5. support for searching for strings (UNICODE\ASCII\UTF-8);
  6. can search for VM-protected instructions;

Description:

Extract the signature(pattern) of the selected instruction and check the number of times the signature(pattern) appears in the current search module.

Explanation:

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

Instructions:

Select the multi-line assembly in the disassembly window and use Baymax ToOls from the right-click menu to copy the signature or search for the signature.

Example:

  1. 00007FFB5565133F....48:8B48 30...............mov rcx,qword ptr ds:[rax+30]
  2. 00007FFB55651343....48:890D 4E400900.........mov qword ptr ds:[7FFB556E5398],rcx
  3. 00007FFB5565134A....E8 D17AF9FF..............call ntdll.7FFB555E8E20
  4. 00007FFB5565134F....8BD8.....................mov ebx,eax
  • Src Hex: 48 8B 48 30 48 89 0D 4E 40 09 00 E8 D1 7A F9 FF 8B D8
  • Signature: 48 8B 48 ?? 48 89 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 8B D8

Screenshots

BTW:

You can set the replacement type in the settings dialog box, and the general default options are sufficient. If the copied signature is not unique in the current module, you will see a popup prompt.

baymaxtools's People

Contributors

sicaril avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

baymaxtools's Issues

搜索TMD加壳的程序有问题

搜索TMD加壳后的程序 区段不正确会导致卡死 之前版本是崩溃新版本是卡死x96dbg 作者可以测试一下

不知道怎么留建议,就在这里提一个

这个工具很直观方便,比来回切换tab好太多。

不过他有一个tab没有的功能,就是记录每次的搜索。

建议增加3个功能,搜索记录,搜索备注(这样就知道这个特征码是干什么用的),还有搜索记录导出,这样可以批量一起看。

有时候搜索了一大堆,都不记得那个是干啥的了,当然,大师们肯定不像我这么菜记不住。

再次感谢做出方便的工具。

提个 小建议

如图所示:


1[A] 直接寫在 Ascii
4[U] 直接寫在 UniCode

题外话:

如果能 自定字符串最小长度, 搜寻 所有 ASCII/UTF-8/UniCode 字符串 更好.

z1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.