Add basic function to get shared library information.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
6
src/Utilities/Linker.h
Normal file
6
src/Utilities/Linker.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
namespace Linker {
|
||||
// Iterate loaded shared libraries and optionally return base address and size.
|
||||
bool GetLibraryInformation(const char*, uintptr_t* = nullptr, size_t* = nullptr);
|
||||
}
|
||||
Reference in New Issue
Block a user