Search results

  1. Help! FRIDA: Call to func pointer fails

    Hello, i'm using frida to test a call to a function located in a class that is not "normaly used" by the game (i think is used by developer for testing purpose). The class is like so: public class ConsoleCommand // TypeDefIndex: 1447 { // Fields private static bool _enableFPS; //...