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
748 stars 90 forks source link

Feat: Customlogger, requirements.txt, improvements to pathing #181

Closed Hypnootika closed 4 months ago

Hypnootika commented 6 months ago

Added a Pythonproject logger. Updated pyproject.toml to make use of black formatting. Added requirements.txt and the install_requirements.py to call it.

Hypnootika commented 6 months ago

It'll now look like this: image

Hypnootika commented 6 months ago

All right, after posting it, i saw that my refactor i did before the PR killed most of the doc. Now its working as intended

image

rdbo commented 4 months ago

Partially merged: cd3f7bb4534c34bfb29903a70813f5906ba40ae6 I'll leave it open because I still need to get the Path improvements