fridax
fridax copied to clipboard
Fridax enables you to read variables and intercept/hook functions in Xamarin/Mono JIT and AOT compiled iOS/Android applications.
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Does anyone have any idea how Frida can iterate over an observable collection or collection items? The idea is to go over the items in a collection or get a...
Hello, I have the below sample code ``` class Person { private string name; // field public string Name // property { get { return name; } // get method...