wireless90 / ProcessInjector.NET

Learning Process Injection and Hollowing techniques
39 stars 9 forks source link

unhandled Exception: System.AccessViolationException Error in Process Hollowing #1

Open pwneddesal opened 2 years ago

pwneddesal commented 2 years ago

I am trying out Process Holllowing, but this error if pop up even i try new victim process image

wireless90 commented 2 years ago

Try with standalone x64 binaries first, see if they work. eg those that don't depend on other dlls.

Also ensure both binaries proc architecture are x64 and if both are x64 native or x64 .net. either should be ok but should.be the same.

Perhaps can attach your code as well as the binaries to your repo.