Skip to content

Commit

Permalink
up2
Browse files Browse the repository at this point in the history
  • Loading branch information
skelsec authored May 23, 2018
1 parent 9c910e8 commit eace4a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Python >= 3.6
See help for possible options.

# Advanced usage
The script offers a conveinent way to navigate rough the process' memory via the ```MinidumpFileReader``` object.
The script offers a conveinent way to navigate through the process' memory via the ```MinidumpFileReader``` object.
Brief description on exposed functions:
1. Search for binary pattern in a specific module's address space:
```search_module(module_name, pattern)```
2. Search for binary pattern the whole process' memory space:
2. Search for binary pattern in the whole process' memory space:
```search(pattern)```
3. Read ```size``` bytes starting from memory address ``` virt_addr ```:
3. Read ```size``` bytes starting from memory address ```virt_addr```:
```read(virt_addr, size)```
4. Read a pointer @address ```pos```:
-takes process architecture into account (x86/x64)
Expand Down

0 comments on commit eace4a2

Please sign in to comment.