├── .gitignore ├── LICENSE.TXT ├── README.md ├── egghunter_mprotect.s └── quantum_leap_shellcode.s /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealsaumil/arm_shellcode/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealsaumil/arm_shellcode/HEAD/LICENSE.TXT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealsaumil/arm_shellcode/HEAD/README.md -------------------------------------------------------------------------------- /egghunter_mprotect.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealsaumil/arm_shellcode/HEAD/egghunter_mprotect.s -------------------------------------------------------------------------------- /quantum_leap_shellcode.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealsaumil/arm_shellcode/HEAD/quantum_leap_shellcode.s --------------------------------------------------------------------------------