Skip to content

All the mono c exports, ready to be used in frida!

License

Notifications You must be signed in to change notification settings

xiphiasilver/frida-mono-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frida-mono-api

This module is meant to be used inside of a frida module.
An easy injector can be found here: frida-inject

It will give you access to the mono c functions, exported by mono.
For easy use, there are some helper methods you should check out.

Note

The functions exposed by "MonoApi" are "ExNativefunctions".
They have some more properties for easy use. See: frida-ex-nativefunction

Example

Using helper

import { MonoApiHelper } from 'frida-mono-api'

MonoApiHelper.AssemblyForeach(assembly => console.log(assembly))

Using api

import { MonoApi } from 'frida-mono-api'

const domain = MonoApi.mono_domain_get()

About

All the mono c exports, ready to be used in frida!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%