Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 624 Bytes

File metadata and controls

26 lines (18 loc) · 624 Bytes

A Simple Strongarm Tutorial

This project demonstrates the usage of strongarm which is a full-featured, cross-platform ARM64 Mach-O analysis library.

In this project, you will be able to modify a constant string that appears on the test app's UI.

(Using Python3, on MacOS)

Install dependencies

pip3 install strongarm-ios

Build & Test

python3 Modify.py

You should be noticed that it prints as follow:

Found the string.
Hello 'strongarm'

Please see the details about strongarm, please follow here: https://github.com/datatheorem/strongarm