From f265a01050f4dadb0cc8f17e3f70788e2d6d1784 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Sun, 11 Jun 2023 19:15:55 +0200 Subject: [PATCH] Fix a typo in an example Thanks to Gotcha for pointing it out! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54c7681..6bd38a7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ prolog_end = 0x00007FFFC81C06D6 + 7 dp = Dumpulator("my.dmp", quiet=True) dp.regs.rcx = 0x1337 -dp.start(start=prolog_start, end=prolog_end) +dp.start(begin=prolog_start, end=prolog_end) print(f"rsp: {hex(dp.regs.rsp)}") ``` @@ -231,4 +231,4 @@ What sets dumpulator apart from sandboxes like speakeasy and qiling is that the - [herrcore](https://twitter.com/herrcore) for inspiring me to make this - [secret club](https://secret.club) - [JetBrains](https://www.jetbrains.com/opensource/) for free PyCharm license! -- [Image by GraphiqaStock](https://www.freepik.com/free-vector/virus-internet_1040653.htm) on Freepik \ No newline at end of file +- [Image by GraphiqaStock](https://www.freepik.com/free-vector/virus-internet_1040653.htm) on Freepik