gitextract_ssjddytk/ ├── .gitattributes ├── CHANGELOG ├── LICENSE ├── README.md ├── config/ │ ├── general.php │ ├── help.php │ ├── info.php │ ├── securing.php │ ├── sinks.php │ ├── sources.php │ └── tokens.php ├── css/ │ ├── ayti.css │ ├── barf.css │ ├── code-dark.css │ ├── espresso.css │ ├── notepad++.css │ ├── phps.css │ ├── print.css │ ├── rips.css │ ├── term.css │ └── twilight.css ├── index.php ├── js/ │ ├── exploit.js │ ├── hotpatch.js │ ├── netron.js │ └── script.js ├── lib/ │ ├── analyzer.php │ ├── constructer.php │ ├── filer.php │ ├── printer.php │ ├── scanner.php │ ├── searcher.php │ └── tokenizer.php ├── main.php ├── papers/ │ ├── LCA 2012_ PHP Static Code Analysis.html │ ├── LCA 2012_ PHP Static Code Analysis_files/ │ │ ├── a.html │ │ ├── css.css │ │ ├── prettify.txt │ │ ├── slides.txt │ │ └── styles.css │ └── README.md ├── rips_stats.py └── windows/ ├── code.php ├── exploit.php ├── function.php ├── help.php ├── hotpatch.php └── leakscan.php