Carlos González
Carlos González
Any workaround for this? Kinda surprising that this hasn't been looked at given the amount of users of both projects :/
In case anyone is using pnpm >= 5.10.1 you can use overrides (https://pnpm.io/package_json#pnpmoverrides): ```ts "pnpm": { "overrides": { "typescript": "^4.3.0" } } ```
Ok, I just went through https://github.com/sensepost/objection/wiki/Early-Instrumentation and it all seems simple enough, but my patched application is not starting in a paused state. Am i missing something? A missing option,...
Ok, I went ahead and just edited the Smali code myself, built the apk, signed it and everything works as expected. Feel free to close the issue, but `objection` did...
ok, seems good. what's odd to me is from the docs I had understood that running a patched apk would have it be in a paused state immediately giving me...
ok, then what I am saying is my patched apk is not opening in a paused state.
The original apk is not mine, but what I can tell you is the code is obfuscated.
I accidentally opened a PR for this same issue and can confirm the fix in this one does indeed work.
Just noticed how old this PR is. Why has this not been merged?
If anyone needs a quick fix you can use this as a dependency in your package.json: `"ngrok": "github:rhyek/ngrok#9977bd88a0ef8e20ee7d83ae563fdb4deb8920d6"`. It will install ngrok from this branch: https://github.com/rhyek/ngrok/tree/fix/darwin-arm64-correct-binary