Commit graph

23 commits

Author SHA1 Message Date
Dark Byte
91be275e4a fix some issues with the ccode blocks and rsp 2022-01-12 00:37:46 +01:00
Dark Byte
fd58e49115 fix parsing elf symbols on CE's side (for [vdso]) , fixes speedhack
add linux abi ccode support
2021-11-27 12:27:21 +01:00
Dark Byte
096542203e add an option to mono data collector to detach the thread each time. And set it as default 2021-11-14 21:14:26 +01:00
Dark Byte
545d847875 fix issue where the parser gives an error when no parameters are used 2021-09-27 09:04:18 +02:00
Dark Byte
b1dc275ee5 fix typo 2021-09-23 20:28:14 +02:00
Dark Byte
ed086225f6 compile the tcc library into the target process if it's required 2021-09-23 13:32:26 +02:00
Dark Byte
a99558abcd deal with -0.0f implementation in tcc 2021-09-22 17:34:44 +02:00
Dark Byte
e29c858542 fix parser issue, and fix the usesxmmreg type 2021-08-30 12:53:57 +02:00
Dark Byte
2df1906f32 lets users forget about the ; at the end of the ccode block 2021-08-10 15:36:00 +02:00
Dark Byte
dbbebd7787 some dark mode color fixes 2021-06-02 19:11:08 +02:00
Dark Byte
5b159951ef fix sourcecode mark display.
Change cblocks to use values instead of pointers, like lua
fix crash on the symbolhandler when closing CE
2021-05-26 15:22:15 +02:00
Dark Byte
6058c0a83f forgot to initialize variables and shift the code 1 pixel to the right 2021-05-20 15:38:22 +02:00
Dark Byte
8bd312aac6 use c-highlighter for drawing the c-code 2021-05-20 13:52:49 +02:00
cheat-engine
2b25bc07e8 Fix compilation for MacOS 2021-05-11 11:04:46 +02:00
Dark Byte
f2626826bf Add 'prefix' and 'kernel' parameters to cblocks (todo: highlighter) 2021-05-10 18:26:50 +02:00
cheat-engine
799dca3634 modifications to make it compile on mac 2021-03-28 22:09:07 +02:00
Dark Byte
45fb6442c3 use windestring when loading the driver 2021-02-17 23:32:01 +01:00
Dark Byte
fe0e0cec1d replace tcc with a more up to date mob version, and adjust the way the generated code is fetched and symbols handled 2021-01-25 22:28:37 +01:00
Dark Byte
724d8c4104 added {$C} block and C<>ASM symbol access
some gui fixes regarding DPI and dark mode
tcc now also outputs .bcc bytes
2021-01-24 22:37:53 +01:00
Dark Byte
128fbee6a0 add 32-bit support for the assemblercode blocks 2021-01-22 14:11:00 +01:00
Dark Byte
511d192de9 forgot some 0xes 2021-01-21 12:07:27 +01:00
Dark Byte
28ab456214 making sure you're not using {$luacode} on CE itself 2021-01-21 01:12:01 +01:00
Dark Byte
8074febf4e add c(c99'ish)-compiler to CE (Modified TCC). Please report missing files, it's a massive commit 2021-01-21 01:04:41 +01:00