Skip to content

lies2020/SlothBP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

More Breakpoints!

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!

Releases

No releases published

Packages

No packages published

Languages

  • C 92.0%
  • C++ 8.0%