Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NorthwaveSecurity/fridax
/ functions
Functions
7 in github.com/NorthwaveSecurity/fridax
⨍
Functions
7
◇
Types & classes
2
↓ 7 callers
Method
getClassByName
* Retrieve a Mono class by the given name * * @param {string} The name of the class (e.g. `CompanyName.ProjectName.Views.Web.Html.HtmlWebVie
libraries/class_helper.js:14
↓ 1 callers
Function
injectApplicationOnDevice
(device, application)
fridax.js:101
↓ 1 callers
Function
main
(options)
fridax.js:37
↓ 1 callers
Function
resolveClassName
(className)
vendors/frida-mono-api/mono-api-helper.js:111
↓ 1 callers
Function
selectApplicationOnDevice
(device)
fridax.js:66
Method
getNameByPointer
* Retrieve the name of the given Mono class pointer * * @param {pointer} A pointer to a Mono class. * @returns {string} The name repres
libraries/class_helper.js:35
Function
hookManagedMethod
(klass, methodName, callbacks)
vendors/frida-mono-api/mono-api-helper.js:100