mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-25 11:41:16 +07:00
11 lines
421 B
Markdown
11 lines
421 B
Markdown
# 5.4.1 Soot
|
|
|
|
- [参考资料](#参考资料)
|
|
|
|
## 参考资料
|
|
|
|
- <https://github.com/Sable/soot/>
|
|
- [A Survivor's Guide to Java Program Analysis with Soot](http://www.brics.dk/SootGuide/)
|
|
- [Analyzing Java Programs with Soot](http://www.iro.umontreal.ca/~dufour/cours/ift6315/docs/soot-tutorial.pdf)
|
|
- [The Soot framework for Java program analysis: a retrospective](http://sable.github.io/soot/resources/lblh11soot.pdf)
|