Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 386 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 386 Bytes

OHHH_Android_CTF

The project itself is just a simple hash solving problem. But in the real situation, I performed a Dex-to-C move, to execute Smali instruction in JNI.

Also, a small function is obfuscated with O-LLVM, with switch -sub -fla -bcf enabled. But the function is so small that you can try to understand it manually, also a real demo of o-llvm obfuscated context.