PyPeUrlLoader (version 0.0.1)
index
pypeurlloader.py

This package uses PyPeLoader to load a PE program from a HTTP server
(from an URL).

 
Functions
       
exit(status=None, /)
Exit the interpreter by raising SystemExit(status).
 
If the status is omitted or None, it defaults to zero (i.e., success).
If the status is an integer, it will be used as the system exit status.
If it is another kind of object, it will be printed and the system
exit status will be one (i.e., failure).
main() -> int
This is the main function to start the program from command line.

 
Data
        __author_email__ = 'mauricelambert434@gmail.com'
__copyright__ = '\nPyPeUrlLoader Copyright (C) 2025 Maurice Lamb...ome to redistribute it\nunder certain conditions.\n'
__description__ = '\nThis package uses PyPeLoader to load a PE program from a HTTP server\n(from an URL).\n'
__license__ = 'GPL-3.0 License'
__maintainer__ = 'Maurice Lambert'
__maintainer_email__ = 'mauricelambert434@gmail.com'
__url__ = 'https://github.com/mauricelambert/PyPeUrlLoader'
copyright = '\nPyPeUrlLoader Copyright (C) 2025 Maurice Lamb...ome to redistribute it\nunder certain conditions.\n'
license = 'GPL-3.0 License'

 
Author
        Maurice Lambert