From 800ec7938403d5ee498a243e12f7702c0128bda1 Mon Sep 17 00:00:00 2001 From: Jordan Earls Date: Thu, 21 Apr 2016 15:34:22 -0400 Subject: [PATCH] No space in "straightforward" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38449ac9..0cbcb0e7 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ Reverse engineered code with both PPiOS-Rename and PPiOS-ControlFlow: controlflow-sized -As seen, the code is relatively straight forward to understand with no obfuscation. It's not obvious after applying PPiOS-Rename obfuscation, but the logic could still be inferred by the system framework methods being used. And finally, it's extremely difficult to understand the logic in the last version with PPiOS-ControlFlow obfuscation. The decompiled code was actually significantly longer than shown here. +As seen, the code is relatively straightforward to understand with no obfuscation. It's not obvious after applying PPiOS-Rename obfuscation, but the logic could still be inferred by the system framework methods being used. And finally, it's extremely difficult to understand the logic in the last version with PPiOS-ControlFlow obfuscation. The decompiled code was actually significantly longer than shown here. Troubleshooting