Hex
Hex
Updated makefile to account for the iOS 9 32-bit pagesize 4k -> 16k changes on arm64 platforms
It would be nice to be able to bulk insert questions/answers rather than manually insert each one. I can craft up a SQL file by manually setting the foreign keys...
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 code was mashed together in a hurry and is poorly written - needs re-worked completely. Probably going to skip this though as v2 will use Frida.re.
I'm guessing if we can't get the handle from the view object, something is quite wrong, we may just want to return, but for now, I've added validation around the...
This is an attempt to add a step feature to the existing agent based breakpoint functionality (`:db`), by calculating the next instruction and setting an ephemeral breakpoint there. I tried...
This PR adds 3 new features/options to the build. 1. **CModule is now a feature** which can be enabled or disabled. It is enabled by default. 2. **Symbol prefixing** is...
Currently module map data is written out to the JS irrespective of whether `-S` is used. This PR addresses this and correctly produces JS without the module map data embedded...