Skip to content

realnp/iboot-shellcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contains shellcodes usable for iBoot / SecureROM exploitation. This repository is created for security researchers interested in iBoot internals. If you don't know how to use the provided code, please don't ask me. I will not provide any tutorials here.

TODO

  1. limera1n shellcodes for earlier SecureROM versions
  2. Test S5L8930x limera1n shellcode with various AES key sizes and images (only tested with some RELEASE and DEVELOPMENT iBSS)

Compilation

arm-none-eabi-as -mthumb --fatal-warnings -o shellcode.o shellcode.S && arm-none-eabi-objcopy -O binary -o shellcode.bin shellcode.o

Notice

limera1n shellcode contains a piece of code from ipwndfu project by axi0mX

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published