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
8080
8181dp = Dumpulator(" my.dmp" , quiet = True )
8282dp.regs.rcx = 0x 1337
83- dp.start(start = prolog_start, end = prolog_end)
83+ dp.start(begin = prolog_start, end = prolog_end)
8484print (f " rsp: { hex (dp.regs.rsp)} " )
8585```
8686
@@ -231,4 +231,4 @@ What sets dumpulator apart from sandboxes like speakeasy and qiling is that the
231231- [ herrcore] ( https://twitter.com/herrcore ) for inspiring me to make this
232232- [ secret club] ( https://secret.club )
233233- [ 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