EVA2 icon indicating copy to clipboard operation
EVA2 copied to clipboard

Do you have x86 version?

Open heiyanmaster opened this issue 2 years ago • 2 comments

Do you have x86 version?

heiyanmaster avatar Aug 25 '21 01:08 heiyanmaster

X86 shows compilation failed

heiyanmaster avatar Aug 25 '21 01:08 heiyanmaster

@heiyanmaster no, as i said in the readme, x86 wont work, this whole project is a poc u can use ur own syscalls that work on x86, my syscalls were from syswhispers2 which only apply for x64 archs, so to make it work on x86 u need to change the apis i used: NtAllocateVirtualMemory - NtWriteVirtualMemory - NtCreateThreadEx and there asm representation . use this: https://github.com/mai1zhi2/SysWhispers2_x86 to do so

ORCA666 avatar Aug 25 '21 05:08 ORCA666