File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ prolog_end = 0x00007FFFC81C06D6 + 7
80
80
81
81
dp = Dumpulator(" my.dmp" , quiet = True )
82
82
dp.regs.rcx = 0x 1337
83
- dp.start(start = prolog_start, end = prolog_end)
83
+ dp.start(begin = prolog_start, end = prolog_end)
84
84
print (f " rsp: { hex (dp.regs.rsp)} " )
85
85
```
86
86
@@ -231,4 +231,4 @@ What sets dumpulator apart from sandboxes like speakeasy and qiling is that the
231
231
- [ herrcore] ( https://twitter.com/herrcore ) for inspiring me to make this
232
232
- [ secret club] ( https://secret.club )
233
233
- [ JetBrains] ( https://www.jetbrains.com/opensource/ ) for free PyCharm license!
234
- - [ Image by GraphiqaStock] ( https://www.freepik.com/free-vector/virus-internet_1040653.htm ) on Freepik
234
+ - [ Image by GraphiqaStock] ( https://www.freepik.com/free-vector/virus-internet_1040653.htm ) on Freepik
You can’t perform that action at this time.
0 commit comments