-
As I updated the documentation for installing this server I ran into a problem. Using python script for patching GameGuard out of the mhf.exe ([This script](./archive/no_gg_jp.py) does not work, when …
-
Hi @freehuntx,
I created a program using [frida-inject](https://github.com/freehuntx/frida-inject) that spawns a certain Xamarin application and then injects a [frida-mono-api](https://github.com/f…
-
![frida-gum-sys](https://user-images.githubusercontent.com/65067357/181485894-a44c5090-e0cb-470a-8746-6787ab22f702.png)
Running the `frida-gum-sys` build script is the third biggest overhead for us d…
-
Hi, I have a case where this happens :
```
function findMod(name) {
const m = Process.enumerateModules();
for(let i=0; i < m.length; i++)
if(m[i].name == name)
return m[i];
}
findMod(…
-
Hello!
L'installation s'est bien déroulé, mais en lançant le bot, il m'affiche en boucle
![pb bot](https://github.com/user-attachments/assets/7890e9b0-7c74-4913-adb4-9b1c93e5197d)
Tu pourrai…
-
It would be amazing if we can have a step by step guide for these steps, I have everything done but yet I'm not successful in making this work (with brawl starts). I feel like I'm really close, yet no…
-
I get this error when loading the new frida with python 3.10
Failed to load the Frida native extension: DLL load failed while importing _frida: The specified module could not be found.
Please en…
-
Hello, everything works as described, no error messages, but there is no device_client_id_blob file in the key_dumps/... folder, only "client_id.bin" and "private_key.pem" files
I do have frida ins…
-
I'm trying to hook `android.os.Process.start()` but fail as the process executes before I can hook it with Frida.
Python script: (hook.py)
```python
#!/usr/bin/env python
import frida
impor…
-
I have written a program, when i try to complie it i get
```
mayomacam@mayomacam-Lenovo-G500:~/Music/reverse-engineering/pwntool$ python3 2.py
Spawning file ... [ DONE ]
Attaching to the sessio…