How to build an older version of frida-server for iOS? #2736
Replies: 2 comments
-
|
The main frida repo https://github.com/frida/frida uses submodules, therefore if you just clone it you will miss a lot. To clone it with submodules use this command: |
Beta Was this translation helpful? Give feedback.
-
|
The best way is not to build. Find a historical version, for example: Search file name that looks like this, for example 64bit system: On macOS, unpack it: $ tar xvf frida_16.7.4_iphoneos-arm64.deb
x debian-binary
x control.tar.xz
x data.tar.xzUnpack
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Currently, the frida repository doesn't provide any older
frida-serverbinaries for IOS, so I want to build my own.I cloned the frida repository locally and ran the make command, but the build failed with the following error, what should I do?
The sequence of operations is as follows
Importantly, if I executed the make command without checking out to the old version after git clone, it worked fine.
Beta Was this translation helpful? Give feedback.
All reactions