Open christiancoleman opened 1 year ago
I realize I'm blurring the line of teaching them how to use frida and frida-il2cpp-bridge, but just assuming nothing could help a ton for someone and increase engagement IMO.
Ope one last thing. I found some templates in the documentation thread - which now I'm wondering if I should have just posted there - but there were these:
The second one is the one I finally got to work for me, but it uses a much older version of frida-il2cpp-bridge and the syntax has changed significantly since then. The first one just didn't compile at all for me unfortunately.
Interestingly I hadn't even considered building on the Android device at all until the second project explicitly mentioned it. It kinda opened my eyes to maybe the context that other templates might have been implying. Specifying that kind of thing could be helpful.
Hi, can you share your discord or something? Just have a few questions, if you don't mind
It's just christiancoleman
. Keep in mind I'm not an expert on this package at all. I barely keep my head above water.
Hi there,
I love the project, and I've had a lot of fun tinkering with it. I got frida to work through a prayer and my last miracle via trying to pull it from various other templates that had used it. Eventually I found one that somehow still worked, but I'm thinking (but correct me if I'm wrong) the Wiki installation page could use a bit of love. Are the wiki pages apart of the repo? I never understood that part of github - if they were maintained inside the repo itself or somehow configured externally.
Either way here are some things I think could be updated.
SEPARATELY/GLOBAL INSTALL: npm install typescript -g for Visual Studio Code code completion install https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-52
FOLDER/PROJECT SPECIFIC:
touch tsconfig.json
)If I missed anything important let me know and it could be useful to know if specific options are discouraged or outright now supported, like:
Another thing I still need to add is a watch command, and then I haven't verified the JS it compiled actually hooks. Oh! And one last super noob friendly thing could be a loader.py like the following:
With this specific loader I'm not seeing updates as I have a watch command running though so maybe it needs to be tweaked.
Let me know what you think!