File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ Python >= 3.6
99See help for possible options.
1010
1111# Advanced usage
12- The script offers a conveinent way to navigate rough the process' memory via the ``` MinidumpFileReader ``` object.
12+ The script offers a conveinent way to navigate through the process' memory via the ``` MinidumpFileReader ``` object.
1313Brief description on exposed functions:
14141 . Search for binary pattern in a specific module's address space:
1515 ``` search_module(module_name, pattern) ```
16- 2 . Search for binary pattern the whole process' memory space:
16+ 2 . Search for binary pattern in the whole process' memory space:
1717 ```search(pattern)```
18- 3 . Read ``` size ``` bytes starting from memory address ``` virt_addr ``` :
18+ 3 . Read ``` size ``` bytes starting from memory address ``` virt_addr ``` :
1919 ```read(virt_addr, size)```
20204 . Read a pointer @address ``` pos ``` :
2121 -takes process architecture into account (x86/x64)
You can’t perform that action at this time.
0 commit comments