hexploitable / MEMSCAN

A memory scanning tool which uses mach_vm* to either dump memory or look for a specific sequence of bytes.
92 stars 23 forks source link

ARM64 enhancements #4

Open hexploitable opened 9 years ago

hexploitable commented 9 years ago

I need to re-think how to scan memory on ARM64 as it's going to take far too long on iOS. I'm likely going to add an option to only dump the appropriate regions instead of all mach regions.

lOlbas commented 6 years ago

Any updates on this?