freehuntx / frida-mono-api

All the mono c exports, ready to be used in frida!
MIT License
68 stars 21 forks source link

Populate additional Mono APIs #2

Closed riverar closed 4 years ago

riverar commented 5 years ago

Adds the following Mono API native function definitions:

Note: mono_array_addr_with_size and mono_array_length: uintptr_t is currently implemented as uint32_t. This smaller type was chosen for maximum compatibility and due to native function definition limitations. (It is of sufficient size for most scenarios.)

freehuntx commented 4 years ago

Cool :) Thanks!