We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdf08e commit 4e8b289Copy full SHA for 4e8b289
README.md
@@ -70,7 +70,7 @@ from dumpulator import Dumpulator
70
71
prolog_start = 0x00007FFFC81C06C0
72
# we want to stop the instruction after the prolog
73
-prolog_end = 00007FFFC81C06D6 + 7
+prolog_end = 0x00007FFFC81C06D6 + 7
74
75
dp = Dumpulator("my.dmp", quiet=True)
76
dp.regs.rcx = 0x1337
@@ -139,4 +139,4 @@ What sets dumpulator apart from sandboxes like speakeasy and qiling is that the
139
140
- [herrcore](https://twitter.com/herrcore) for inspiring me to make this
141
- [secret club](https://secret.club)
142
-- [JetBrains](https://www.jetbrains.com/opensource/) for free PyCharm license!
+- [JetBrains](https://www.jetbrains.com/opensource/) for free PyCharm license!
0 commit comments