Replies: 3 comments 4 replies
-
Objection works fine. I use it for a project and there are no issues. This will be something wrong with your configuration or build steps. I'd assume you're probably using frida-compile which has a number of issues since it moved to using ESM modules. If you are, ditch that for esbuild. Besides that there's nothing else to tell you without code. |
Beta Was this translation helpful? Give feedback.
3 replies
-
easy , with a switch , xD 😉
just google it you would find the esbuild code , use it instead the frida
compile
and install esbuild on vscode
…On Fri, Nov 10, 2023, 2:42 AM Christian Coleman ***@***.***> wrote:
How does one switch from using frida-compile to esbuild?
—
Reply to this email directly, view it on GitHub
<#387 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BALZZZCBYLLTGKP42PJRR43YDVZ6TAVCNFSM6AAAAAA47OINHGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKMRYGM3TG>
.
You are receiving this because you authored the thread.Message ID:
<vfsfitvnm/frida-il2cpp-bridge/repo-discussions/387/comments/7528373@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i once did this
then
objection patchapk -s apk.apk -c config.json -l index.js --architecture armeabi-v7a
after that to make it on non rooted i did
config2
and then
objection patchapk -s apk.objection.apk -c config2.json --architecture armeabi-v7a
then it was working ,
now it does not , even i tried a simple working one and all
so how to make a non rooted apk with that script i created ? since objection does not really work now !
Beta Was this translation helpful? Give feedback.
All reactions