Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 706 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 706 Bytes

addressbook

a x64dbg plugin that works like a dictionary for addresses. It can be used for example to record who calls the conditional breakpoint or break only when called from a new address. This is pre-release version!

Usage

addtoaddrbook no, addr

Add addr to addressbook numbered no.

delfromaddrbook no, addr

Delete addr from addressbook numbered no.

clearaddrbook no

Removes addressbook no.

listaddrbook no

List all content in addressbook no. If no is not present: List all addressbooks.

inaddrbook(no,addr)

1 if addr is in addressbook numbered no; 0 if addressbook numbered no does not contain addr.

Planned features

Callstackbook