From b8dd03a1eff826e9f2ea110d9f5f9a75e13c91f2 Mon Sep 17 00:00:00 2001 From: hakril Date: Tue, 11 Jun 2024 10:08:05 +0200 Subject: [PATCH] Fix symbol example in readme.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 45ebdac..dedfb18 100644 --- a/README.md +++ b/README.md @@ -569,9 +569,6 @@ The path of `dbghelp.dll` can also be given via the `PFW_DBGHELP_PATH` environme >>> sh.search("ntdll!*CreateFile") [, , , , ] # Some types exploration ->>> sh.get_type("ntdll!_PEB") - ->>> peb = _ >>> peb = sh.get_type("ntdll!_PEB") >>> peb