Commit graph

36 commits

Author SHA1 Message Date
Dark Byte
68e0399a4d add a gdbserver interface 2023-10-20 17:32:15 +02:00
Dark Byte
147e52cf7c fix initial execution as well 2023-10-18 14:42:36 +02:00
Dark Byte
4478e0cdde fix luacode not working 2023-10-08 11:43:51 +02:00
Dark Byte
ade278f052 committing bunch of fixes 2023-08-25 08:48:13 +02:00
Dark Byte
e8c068681e bunch of cleanup and commit stuff I forgot 2022-10-23 10:39:22 +02:00
cheat-engine
8883201594 fix debug on mac aarch64 2022-09-29 11:59:17 +02:00
cheat-engine
aeda19dabd fix some compile issues and fix network interface for macos 2022-09-27 16:31:24 +02:00
Dark Byte
63e334a5c5 implement ipt log window for some debug options 2022-09-22 00:48:23 +02:00
Dark Byte
50f946cab4 add support for decorated (stdcall 32-bit) symbols
fix exception not showing
2022-08-31 11:29:55 +02:00
cheat-engine
c7abbc9bc7 Merge mac source changes back to git
Just merging all changes made to the sourcecode to make it functional for mac m1
2022-06-01 13:10:34 +02:00
Dark Byte
8d208f7cfb fix ccode for rbxf> 2022-02-08 23:12:58 +01:00
Dark Byte
120f8ce027 also fix 32-bit target ccode esp usage 2022-02-07 15:00:08 +01:00
Dark Byte
77464b0f0e remove debug messagebox 2022-01-12 10:59:20 +01:00
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