Skip to content

iOS_UE4Dumper v1.0.3

Compare
Choose a tag to compare
@MJx0 MJx0 released this 15 Jul 03:00
· 26 commits to main since this release

Fast:
Uses memcpy which speeds up the dump process by a lot but it may crash on invalid addresses.

Safe:
Uses vm_read_overwrite , Doesn't crash on invalid addresses but its slow.