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
764 stars 92 forks source link

Add OpenBSD support #117

Open rdbo opened 1 year ago

rdbo commented 1 year ago

I'm not sure how possible this is, taking in consideration that OpenBSD has numerous mitigations to avoid exploitation, memory hacking, and other types of security issues. It might be worth a try though.

rdbo commented 10 months ago

Considering procfs has been removed on 5.7 (I think)... Not sure this will go far.

rdbo commented 9 months ago

Actually, looking at the source code of top in the OpenBSD src, it seems to be doable very similarly to how FreeBSD does it.