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

Remove duplicate check for whether file is PE, ELF, etc #137

Open rdbo opened 1 year ago

rdbo commented 1 year ago

LIEF already checks if the file is an actual PE/ELF/etc in their Parser::parse functions. No need to check twice.

rdbo commented 8 months ago

LIEF can be strange sometimes, maybe I'll leave it there (?)