Skip to content

Commit eace4a2

Browse files
authored
up2
1 parent 9c910e8 commit eace4a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Python >= 3.6
99
See 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.
1313
Brief description on exposed functions:
1414
1. 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)```
2020
4. Read a pointer @address ```pos```:
2121
-takes process architecture into account (x86/x64)

0 commit comments

Comments
 (0)