例如,考虑以下代码:
call far ptr 90b6h:79c35c2eh
shl dword ptr [ebp+0fh],1
db 67h
daa
push eax
push cs
这个代码块是如何在 C 编程中生成的?我怎样才能去混淆该代码?
例如,考虑以下代码:
call far ptr 90b6h:79c35c2eh
shl dword ptr [ebp+0fh],1
db 67h
daa
push eax
push cs
这个代码块是如何在 C 编程中生成的?我怎样才能去混淆该代码?