IOS_reverse, decompile

Get Mach-O

Use Mac's built-in "archiving tool" to decompress the ipa file, generate the payload, open the folder, right-click the app to display the package contents

class-dump-get .h file

Instructions for use: https://blog.csdn.net/u010545480/article/details/71427012

Hopper Disassembler-Source code analysis

Instructions for use:  https://www.jianshu.com/p/20077ceb2f75

Download link: http://www.xue51.com/mac/6040.html#xzdz

otool tool-structural analysis

View project class library structure

$ otool -oV Mach-O

Get lib static library API definition

1. View the support information of the static library:

2. Export arm64 architecture:

3. Take out the specific API definition in the arm64 architecture:

Guess you like

Origin blog.csdn.net/z119901214/article/details/100336554