trietptm / SlothBP

Collaborative Breakpoint Manager for x64dbg.

Home Page:https://ci.appveyor.com/project/mrexodia/slothbp/build/artifacts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlothBP

Collaborative Breakpoint Manager for x64dbg.

screenshot

Example INI

[Memory]
VirtualAlloc="kernel32.VirtualAlloc"

[Code Injection]
SetWindowsHookEx="user32.SetWindowsHookEx"

[Networking]
UrlDownloadToFile="urlmon.UrlDownloadToFile"

See SlothBP.ini for a more complete example.

How to use

Alternatively you can fork and compile the source code.

Sharing ini's.

The 'Collaborative' part comes with the ability to share your own INI files with predefined breakpoints. The format is simple:

Add a category

[SomeCategory]

The fields are in a APIName = BreakpointName format, meaning that APIName will be the menu item name, and BreakpointName is a module.apiname format. This allows the plugin to automatically set the correct breakpoint. (The module isnt necessarily required but definitely recommended).

SomeApi = module.SomeApi

Thanks to:

  • @mrexodia
  • anuj
  • All others who provided input

Feel free to share your INI configurations!

About

Collaborative Breakpoint Manager for x64dbg.

https://ci.appveyor.com/project/mrexodia/slothbp/build/artifacts

License:MIT License


Languages

Language:C 90.8%Language:C++ 9.2%Language:Batchfile 0.0%