Max

Results 17 issues of Max

first of all: thanks for aswering me on the PR and spending your time for this software :blush: I followed your instruction and made the following steps: - apt-get install...

I was wondering if registering a proxy that implements a protocol that the target does not would incur some troubles. It seems that the `methodSignatureForSelector:` is forwarded to the target,...

When registering a new class that implements a protocol and its inherited methods, frida is not able to find the method signature of the inherited methods. e.g. implementing `- URLSession:task:didReceiveChallenge:completionHandler:`...

Allow users to specify the GUID to use in HTTP requests. Ipatool takes the GUID from the MAC address of the first suitable network interface. When running inside docker containers,...

When stripping XCTests, some `.framework` folders will left empty. Such folders are expected to have a valid framework inside and installing the resultting `.ipa` will result in errors. Make sure...

Hello and thank you for this awesome tool! It seems that is not possible to manually set the `outDir` config property. In fact, it seems that it's an internal config...

`node-abi` returns abi version `109` for node `18.19.1`. However, it complains that `Could not detect target for abi 109 and runtime node` when performing the opposite operation. It seems that...