f7236eea9bb01bfb9938ba6a1147cb8df7692e06
Add CallingConvention enum (Cdecl, Stdcall, Thiscall, Fastcall). Implement BuildCallStub on StubAssembler with x86 cdecl support: reverse arg push, call rel32, add esp (caller cleanup), ret. x64 stub is a placeholder (task 3.7-3.8). 3 new tests: 0-arg (call+ret), 1-arg (push+call+cleanup+ret), 2-args (reverse push+call+cleanup+ret). Known byte expectations. All passing (total: 67).
Description
Wite Magic is a C# library to read, write and execute remote code into a target process for analysis, debuging and mod creation.
481 KiB
Languages
C#
100%