MCPcopy Create free account
hub / github.com/Dadoum/android-loader / dlclose

Method dlclose

src/android_library.rs:177–179  ·  view source on GitHub ↗
(library: *mut AndroidLibrary)

Source from the content-addressed store, hash-verified

175
176 #[sysv64]
177 unsafe fn dlclose(library: *mut AndroidLibrary) {
178 let _ = Box::from_raw(library);
179 }
180
181 fn symbol_finder(symbol_name: &str, hooks: &HashMap<String, usize>) -> *const () {
182 // Check if this function is hooked for this library

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected