Closed Pigrecos closed 8 years ago
Hello, 005B5E96 D1242B SHL DWORD PTR [EBX+EBP],1 005B5E99 D1641D 00 SHL DWORD PTR [EBP+EBX],1
univDisAsm Decoding this instructions with:
shl dword ds:[ebx+ebp],00 shl dword ds:[ebx+ebp+0x00],00
Shr is the same.
Thanks so much ;)
Hello, 005B5E96 D1242B SHL DWORD PTR [EBX+EBP],1 005B5E99 D1641D 00 SHL DWORD PTR [EBP+EBX],1
univDisAsm Decoding this instructions with:
shl dword ds:[ebx+ebp],00 shl dword ds:[ebx+ebp+0x00],00
Shr is the same.
Thanks so much ;)