年度花式撸管冠军 (@Macarinal) 在 易语言转C语言运行报错 中发帖
有熟悉易语言的佬吗,转C语言没法运行,救命
易语言:
[image]
转换的C语言:
enum Offset {
OPEN_INIT = 0xB5A0
};
int CallAsm(DWORD offset, DWORD p1) {
__asm {
push esi
mov esi, 0000000Fh
lea ecx, dword ptr [ebp+08h]
lea ecx, dword ptr [ecx+esi*8-04h]
Label2:
mov eax, dword ptr [ecx+04h]
test eax, eax
je Label1
...