Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

403
Visualizações
Problem with installing frida module (frida-il2cpp-bridge) and make it running

1 - I have installed frida with python.

2 - Then I download frida-il2cpp-bridge and use npm install --save-dev frida-il2cpp-bridge.

3 - I create js script

import "frida-il2cpp-bridge";

console.log("Script loaded successfully ..... ");

async function main() {
    await Il2Cpp.initialize();
    const domain = await Il2Cpp.Domain.get();
    console.log("il2cpp loaded at ",domain);
}

main().catch(error => console.log(error.stack));

4 - I put javascript file with frida-il2cpp-bridge.

5 - I run frida with: frida --no-pause -U -l ./frida-il2cpp-bridge.js -f com.example.app.

But it gives this error text:

Failed to load script: script(line 1): SyntaxError: expecting '('

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

First of all install Node-v16*.exe and Git-2*.exe.. Create new folder anywhere you want (like D:\il2cpp-bridge) Open command prompt from created folder and type

$ git clone git://github.com/oleavr/frida-agent-example.git
$ cd frida-agent-example/
$ npm install -g typescript
$ npm install
$ npm install --save-dev frida-il2cpp-bridge
$ npm run watch

Open index.ts file from agent folder and replace all text

import "frida-il2cpp-bridge";
console.log("Rebuilded")


Il2Cpp.perform(() => {
    
    Il2Cpp.dump().fileName("dump.cs").classes().build();        
    
});

*This script will dump your game

Done! Now you can spawn your game with attached _agent.js like

frida -Uf com.example.app -l _agent.js --no-pause

P.S. Make sure that your cmd with "npm run watch" command allways still active. It will rebuild your _agent.js file every time you will modify your index.ts

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda