Skip to content

Commit 4e8b289

Browse files
authored
Fix a typo in the prolog example
1 parent 5fdf08e commit 4e8b289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ from dumpulator import Dumpulator
7070

7171
prolog_start = 0x00007FFFC81C06C0
7272
# we want to stop the instruction after the prolog
73-
prolog_end = 00007FFFC81C06D6 + 7
73+
prolog_end = 0x00007FFFC81C06D6 + 7
7474

7575
dp = Dumpulator("my.dmp", quiet=True)
7676
dp.regs.rcx = 0x1337
@@ -139,4 +139,4 @@ What sets dumpulator apart from sandboxes like speakeasy and qiling is that the
139139

140140
- [herrcore](https://twitter.com/herrcore) for inspiring me to make this
141141
- [secret club](https://secret.club)
142-
- [JetBrains](https://www.jetbrains.com/opensource/) for free PyCharm license!
142+
- [JetBrains](https://www.jetbrains.com/opensource/) for free PyCharm license!

0 commit comments

Comments
 (0)