0.0.5 • Published 6 years ago

frida-mono-api v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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()
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago