strongarm
strongarm copied to clipboard
Mach-O analysis library πͺ
It seems like strongarm does not automatically resize/readjust section/segment size after modification. If the provided data has more length or size than the actual data (I am trying to edit...
Any help/hint how to determine the exact size of code/instruction/bytes we obtain from a virtual address? I was a little bit confused on determining the exact size when trying to...
itβs difficult to keep up with the latest builds as x86_64 is the only arch consistently uploaded
I am using strongarm to analysis `libsystem_kernel.dylib` from iOS. I found pointers in the section `__data` of segment `__DATA_ DIRTY`, I tried using `MachoBinary.read_pointer_section` to read, but this segement has...
### Summary This PR fixes the example to use the correct variable. ### Description In the section [Modifying Mach-O's](https://github.com/datatheorem/strongarm#modifying-mach-os), you can find an example that modifies an existing binary. ```python...
Hi, I am exploring the code search functionality of this library. While running the script 'api-search-for-function-use.py' I get, `ImportError: cannot import name 'CodeSearch' from 'strongarm.objc' (/opt/homebrew/lib/python3.11/site-packages/strongarm/objc/__init__.py)` And on looking in...
I am trying advance analysis example from the readme.md without changing anything. i have installed capstone with pip install capstone running on mac M2 chip ```sh $ pip3 show capstone...