PyPeLoader (version 0.0.1) | index pypeloader.py |
This package implements a basic PE loader in python (can load simple
executable like calc.exe, net1.exe, little malwares...)
Modules | ||||||
|
Functions | ||
|
Data | ||
__all__ = ['main', 'load', 'load_headers', 'load_in_memory', 'load_imports', 'load_relocations'] __author_email__ = 'mauricelambert434@gmail.com' __copyright__ = '\nPyPeLoader Copyright (C) 2025 Maurice Lambert...ome to redistribute it\nunder certain conditions.\n' __description__ = '\nThis package implements a basic PE loader in py...ble like calc.exe, net1.exe, little malwares...)\n' __license__ = 'GPL-3.0 License' __maintainer__ = 'Maurice Lambert' __maintainer_email__ = 'mauricelambert434@gmail.com' __url__ = 'https://github.com/mauricelambert/PyPeLoader' |
Author | ||
Maurice Lambert |