From 48a8693d24674f411f28a9b1993808ff20ad863a Mon Sep 17 00:00:00 2001 From: Thanasis Tserpelis Date: Fri, 1 Oct 2021 09:56:15 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a320244..280212e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Static binaries are usually quite big. ## Pitfalls I found myself falling into -Careful of \0 bytes, do not forget them for strings in memory, it spent a lot of my time but windbg always helped resolving it. +Careful of \0 bytes, do not forget them for strings in memory, I spent a lot of my time but windbg always helped resolving it. ## Interesting Rust libraries