TheCruZ / Simple-Manual-Map-Injector

Simple C++ DLL Manual Map Injector For x86 and x64
MIT License
366 stars 77 forks source link

About DLL file size cannot be injected #2

Closed jackKiZhu closed 3 years ago

jackKiZhu commented 3 years ago

I added a VMP, but it will prompt target process memory allocation failed (Ex) error. My DLL file size is about 5MB

TheCruZ commented 3 years ago

Well I have packed a hello world DLL, Injected into a process and works fine, file size 5.3 MB

image

TheCruZ commented 3 years ago

Closed after some months of inactivity