Releases: oAGoulart/wrappem
Releases · oAGoulart/wrappem
Release list
Add Method III support
What's Changed
- Add import data section relocation method
- Fix build error and support MinGW by @Starry2233 in #18
- Add branchless import table padding and
-hshorthand option by @secretlay3r in #20
New Contributors
- @Starry2233 made their first contribution in #18
- @secretlay3r made their first contribution in #20
Full Changelog: v1.0.1...v1.1.0
Add proper table relocation method
Full Changelog: v1.0.0...v1.0.1
- Added correct handling of import table relocation
- Added identification of two other methods for import table injection
v1.0.0
What's Changed
- Version 1.0.0 by @oAGoulart in #17
Added
- PatchPE class to wrap all patching actions
Changed
- Project license to MS-RL
Removed
- Visual Studio solution and project files
Full Changelog: v0.2.2...v1.0.0
Clean up code
What's Changed
- Clean up code by @oAGoulart in #9
- Create msbuild.yml by @oAGoulart in #10
- Remove unnecessary code by @oAGoulart in #11
- Change code structure and improve readability by @oAGoulart in #12
Full Changelog: v0.2.1...v0.2.2
Fix #7
Update payload injection method
Added
- Visual Studio solution and project files
Changed
- Method used to generate proxy DLLs
Add option and fix bug
Added
- Option to change generated files target arch
Removed
- No C++ option (you need the array)
Add option to not generate C++ file
Added
- Option to not generate C++ file