From b57772c384405b001fb54d5015473087b3cde7ea Mon Sep 17 00:00:00 2001 From: Torusrxxx Date: Tue, 7 Nov 2017 12:33:53 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 4f2237d..d252d4b 100644 --- a/README.md +++ b/README.md @@ -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