Module utils
Source - findLibrary⚠
- C FFI: Find the base address of a loaded library.
- find_library
- Find the base address of a loaded library in the current process.
- getAbsoluteAddress⚠
- C FFI: Convert a relative offset to an absolute address.
- get_absolute_address
- Convert a relative offset to an absolute address by adding the library base address.
- hook⚠
- C FFI: Convenience function for hooking with automatic architecture detection.
- isLibraryLoaded⚠
- C FFI: Check if a library is loaded in the current process.
- is_library_loaded
- Check if a library is currently loaded in the process.
- string2Offset⚠
- C FFI: Parse a hexadecimal string to a numeric offset.
- string_to_offset
- Parse a hexadecimal string to a numeric offset.