Skip to content

the downgrade elf script by flatz, patched with adding more options and adding another method of fixing memholes in sdks lower than 6.00

Notifications You must be signed in to change notification settings

xSpecialFoodx/Downgrade-ELF-Patched

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Downgrade-ELF-Patched

the downgrade elf script by flatz, patched with adding more options and adding another method of fixing memory holes in SDKs lower than 6.00.

the first method is of flatz's, and it's to set the size of the segment before the memory hole to cover the whole memory hole, by setting it to the difference between the virtual addresses of the segment before the memory hole to the segment after the memory hole.

the new method is to move the segment after the memory hole to right after the segment before the memory hole and its memory size, the bad part is that the references for the old addresses should be changed too, and the script isn't doing that, for this you need the ida segments fixer script.

the new method does however handles the program headers, dynamic section, relocation section, and symbol table.

About

the downgrade elf script by flatz, patched with adding more options and adding another method of fixing memholes in sdks lower than 6.00

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages