My old and simple PE library.
I coded it for private use of our team tRUE but now after 6-7 years of lull I decided to share it with you.
It helps you in certain aspects to manipulate every PE file in fast and simple way.
It is very small (actually has only 4 functions but yet useful).
Note: I don't remember the last time I tested but I think it should work with the very latest windows versions since the PE structure is not changed (as far as I know).
Features / Functions:
- peGetPeEntryPoint -- get the Entry Point of the PE
- peIncPeFileSize -- increments / sets file size
- peSetPeEntryPoint -- set new Entry Point of the PE
- peAddSection -- adds a new section into the PE
I hope you will enjoy it and help you make your work easier and faster.
If I notice interest I'll definitely improve it and start supporting it. It's up to you and your interest in it.
Your comments will help me take this decision.
Have fun! ![]()
What's New in Version 1.0
Released
No changelog available for this version.
Recommended Comments
Create an account or sign in to comment