View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000512 | Cheat Engine | (No Category) | public | 2016-10-08 20:48 | 2016-10-10 15:07 | ||||
Reporter | chase0 | ||||||||
Assigned To | Dark Byte | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | Windows 7 x64 | ||||||
Summary | 0000512: Using `align` directive in a table AA script prevents it from getting "Active" checkbox [v6.6] | ||||||||
Description | Using `align` directive in a table AA script prevents it from getting "Active" checkbox when the table script entry is activated. The [ENABLE] section executes as it's supposed to, the alignment applies properly, only the checkbox is missing, which means the entry can't be deactivated. | ||||||||
Additional Information | [ENABLE] alloc(M,1024) label(L) M: align 0000016 L: [DISABLE] dealloc(M) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
chase0 (reporter) 2016-10-08 21:14 |
Further testing shows the issue is actually different: align can't directly follow a label for an allocated memory block: --- globalalloc(_kzwmmavneyduhhws,1024) label(_kzwmmavneyduhhws_L) _kzwmmavneyduhhws: //db 1 align 0000016 _kzwmmavneyduhhws_L: db 2 --- This generates "Not all instructions could be injected" error. Since the memory allocations seem to be 4K-aligned, this use of the directive should do nothing instead of generating an error. Also, in spite of displaying the error the script currently gets assembled in its entirety regardless. |
Dark Byte (developer) 2016-10-10 15:07 |
should be fixed in the release |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-10-08 20:48 | chase0 | New Issue | |
2016-10-08 21:14 | chase0 | Note Added: 0001109 | |
2016-10-10 15:07 | Dark Byte | Assigned To | => Dark Byte |
2016-10-10 15:07 | Dark Byte | Status | new => resolved |
2016-10-10 15:07 | Dark Byte | Resolution | open => fixed |
2016-10-10 15:07 | Dark Byte | Note Added: 0001110 |