Software analysis foundation & homework-2
0x00 context-insensitive pointer analysis
This homework will accomplish a context-insensitive pointer analysis, and build a call graph. This call graph will be more precise than call graph build by CHA. This pointer analysis algorithm handles 4 type pointers (local variables[Assign]/instance field[Store and Load]/instance call[]/static field/array index) and static method call.
阅读此文
techtalk about decompilation history
From gossip, I notice a good survey about decompilation history, so I decide to learn about it. Related links are: link1, link2.
阅读此文
Opportunistic Backdoor Attacks: Exploring Human-imperceptible Vulnerabilities on Speech Recognition Systems
Due to it is class report in the final exam, I will use chinese to write this page.
阅读此文
Here's something encrypted, password is required to continue reading.
阅读此文
some bugs and fix method
From this page, I decide use EN to continue my blog.
Build XposedInstaller using gradle
When use android studio and build gradle, even I have downgrade JDK to 1.8, and close android studio proxy, also have mistakes. Gradle’s information is below:
阅读此文