rdbo / libmem

Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
738 stars 90 forks source link

Small doc correction for Rust LM_FindSymbolAddress #220

Closed MolotovCherry closed 1 month ago

MolotovCherry commented 1 month ago

On the rust docs for LM_FindSymbolAddress, for the name param it states:

name: C string containing the name of the symbol

But strictly speaking, the c string is already handled internally, and passing a normal rust string is OK. This param description is OK on LM_SymbolAddressDemangled

rdbo commented 1 month ago

Since the Rust bindings are being rework on, the current docs will probably get deprecated I'm putting brief documentation using /// on top of the methods to make up for it, and also will be easier to access from the code editor/IDE