Update README.md

This commit is contained in:
Thanasis Tserpelis
2021-10-01 09:56:15 +03:00
committed by GitHub
parent 1d7612fd74
commit 48a8693d24
+1 -1
View File
@@ -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