├── LICENSE ├── README.md ├── bnilvisitor.py ├── condition_visitor.py ├── deflatten.py └── tests ├── cff-arm64-v8a.elf ├── fix-cff-arm64-v8a.py ├── fix-libvdog.py └── libvdog.so /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amimo/ollvm-breaker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amimo/ollvm-breaker/HEAD/README.md -------------------------------------------------------------------------------- /bnilvisitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amimo/ollvm-breaker/HEAD/bnilvisitor.py -------------------------------------------------------------------------------- /condition_visitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amimo/ollvm-breaker/HEAD/condition_visitor.py -------------------------------------------------------------------------------- /deflatten.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amimo/ollvm-breaker/HEAD/deflatten.py -------------------------------------------------------------------------------- /tests/cff-arm64-v8a.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amimo/ollvm-breaker/HEAD/tests/cff-arm64-v8a.elf -------------------------------------------------------------------------------- /tests/fix-cff-arm64-v8a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amimo/ollvm-breaker/HEAD/tests/fix-cff-arm64-v8a.py -------------------------------------------------------------------------------- /tests/fix-libvdog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amimo/ollvm-breaker/HEAD/tests/fix-libvdog.py -------------------------------------------------------------------------------- /tests/libvdog.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amimo/ollvm-breaker/HEAD/tests/libvdog.so --------------------------------------------------------------------------------