[][src]Module frida_rs::process

Frida functions for process-level functionality.

The functions in this module correspond to the JavaScript functions grouped under https://frida.re/docs/javascript-api/#process.

Functions

enumerate_malloc_ranges

Get all individual memory allocations known to the system heap.

enumerate_modules

Get all loaded modules in the instrumented process.

enumerate_ranges

Get all memory ranges satisfying protection.

enumerate_threads

Get all threads in the instrumented process.

get_arch

Get the architecture of the instrumented process.

get_code_signing_policy

Get the code signing policy of the instrumented process.

get_module_by_address

Get a module by address.

get_module_by_name

Get a module by name.

get_page_size

Get the page size of the instrumented process.

get_pid

Get the PID of the instrumented process.

get_platform

Get the platform of the instrumented process.

get_pointer_size

Get the pointer size of the instrumented process.

get_range_by_address

Get memory range containing address.

get_tid

Get the TID of the current thread.

is_debugger_attached

Check if a debugger is attached to the instrumented process.