Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
torusrxxx authored Nov 7, 2017
1 parent f41a1be commit b57772c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# addressbook
x64dbg plugin
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

0 comments on commit b57772c

Please sign in to comment.