Skip to content

Removes PIE (ASLR) in iOS applications.

Notifications You must be signed in to change notification settings

juliangrtz/iOS-pie-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS-pie-remover

This tool flips the MH_PIE bit in an iOS application, meaning PIE address randomization (Position-Independent Executable) is being disabled; but not in the kernel, of course. Both 32- and 64-bit executables are supported.

Usage

$ ./iOS-pie-remover <binary>

To do

  • add automatic codesign
  • log further information (image base, entry point etc.)

About

Removes PIE (ASLR) in iOS applications.

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages