| Anonymous | Login | Signup for a new account | 2013-05-21 15:48 EDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000093 | [Cheat Engine] | major | always | 2009-01-31 19:50 | 2009-01-31 20:22 | ||
| Reporter | Csimbi | View Status | public | ||||
| Assigned To | Dark Byte | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | ||||||
| Summary | 0000093: CE 5.5 - wrong codes in disassembler | ||||||
| Description |
Byte code in game: 66 89 5e 7e CE 5.5 disassembles this to: mov [esi+7e],ebx However, this is not correct. CE 5.5 should dissemble this to: mov [esi+7e],bx Same thing here: 66 89 51 7e, mov [ecx+7e],edx // Incorrect mov [ecx+7e],dx // Correct Please check the other registers, too, there might be an issue with those as well. |
||||||
| Additional Information | It works the other way around (opcode->byte code). | ||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |