Dark Byte
4cb1dc4c80
some more gui stuff
2016-08-13 02:20:35 +02:00
Dark Byte
6a16a44b45
bunch of minor gui changes
2016-08-12 22:56:50 +02:00
Dark Byte
9dbd5dad54
some bugfixes and made a start for ultimap2
2016-07-05 03:07:59 +02:00
Dark Byte
59af8e519d
save lock rowsize
2016-06-27 15:25:23 +02:00
Dark Byte
b507b45343
bunch of cleanup
2016-06-22 12:12:11 +02:00
Dark Byte
33960ea846
fix CF state in the memoryview single stepping mode display
2016-06-13 15:16:14 +02:00
Dark Byte
efb5800f3c
add some extra debug functions (and rename some to adhere to the rest of the naming scheme)
2015-12-04 12:27:49 +01:00
Dark Byte
b814500cd2
hackish bug bypass for closing a minimized memoryview window
2015-11-09 01:27:07 +01:00
Dark Byte
c7582edbab
fix hexview font not loading
2015-10-29 18:39:27 +01:00
Dark Byte
cd61afea0a
add an option to log/undo writes
2015-10-25 18:18:50 +01:00
Dark Byte
78974ee704
Apply some more translation patches by SER[G]ANT
2015-10-10 13:21:06 +02:00
Dark Byte
299182d865
Apply translation patches by rsMUGenerateGroupscanCommand
2015-09-19 23:20:34 +02:00
Dark Byte
b3917ce920
some fixes and additions to the binutils stuff and let the single line assembler work with it as well
2015-09-17 01:33:18 +02:00
Dark Byte
3c2cb1a2a8
MErge the binutils disassembler with CE (check out binutils.pas for a lua script to register a binutils)
2015-09-16 23:32:06 +02:00
Dark Byte
07172edb35
make the disassembler, assembler and autoassembler compile for cecore
2015-07-24 01:33:38 +02:00
Dark Byte
3e27a8f1fb
header
2015-07-13 11:57:19 +02:00
Dark Byte
bcbe5d2e75
some visual stuff
2015-07-13 00:47:28 +02:00
Dark Byte
2d08a4346e
add bookmarks to the disassemblerview
2015-06-18 22:33:30 +02:00
Dark Byte
779712b374
Add an option to find recently accessed memory regions (You'll have to compile the driver yourself to test this)
2015-06-13 01:55:00 +02:00
Dark Byte
45cb9d76c2
Convert to lua 5.3
2015-04-30 02:13:15 +02:00
Dark Byte
3bacb776db
some hexview stuff
2015-04-29 13:23:31 +02:00
cheatengine@gmail.com
21635f0608
fix changing r8 and r9 in memoryview showing the registername in front of the old value
2014-12-04 19:37:10 +00:00
cheatengine@gmail.com
766c4fcd09
also move StrToQwordEx to parsers. (memscan now compiles for android, but needs fixing/changing before you can use it)
2014-11-07 02:09:23 +00:00
cheatengine@gmail.com
cb68b21eaa
another step of splitting up cefuncproc: Moving the common types to another unit
2014-11-06 22:15:23 +00:00
cheatengine@gmail.com
5a377c2799
save memory region now keeps the data of the current session
...
disable the hexadecimal option when using an display override
2014-06-17 09:01:21 +00:00
cheatengine@gmail.com
3a016d0212
some minor gui improvements here and there
2014-06-15 20:44:55 +00:00
cheatengine@gmail.com
f54049ea9f
add a safety check not to use the heaplist on ce
2014-06-11 19:52:34 +00:00
cheatengine@gmail.com
db89500507
remember the last breakpoint condition
2014-06-05 23:03:47 +00:00
cheatengine@gmail.com
a7db09b0a4
fix a problem when dealing with stupid users
...
and make the scan options groupbox look a little better on some systems
2014-06-03 10:16:33 +00:00
cheatengine@gmail.com
85bbf6fefc
several typo fixes
2014-05-19 10:39:47 +00:00
cheatengine@gmail.com
a276e554d0
Add some protections against a 32-bit exception handler bug in fpc
2014-05-16 19:07:18 +00:00
cheatengine@gmail.com
4dcd2c6f28
some network performance improvements
...
fix the displaytype of 8 byte decimal staying stuck
the left arrow key now decreases the address by 1 just like the right arrow key
2014-05-14 13:40:58 +00:00
cheatengine@gmail.com
43bc65aa0e
Make the code compilable for FPC 2.7.1 and Lazarus 1.3 build 2014-05-11
...
Fix a big bug that didn't cause any big problems because of 8 byte aligned local variables
Changed from dynamic compiling the sound resources to a pre build sound resource because of build problems
2014-05-11 03:08:36 +00:00
cheatengine@gmail.com
ae6ea47aa1
I have no idea why this would cause a problem in openProcess but use something else to show the error
2014-04-14 09:54:22 +00:00
cheatengine@gmail.com
09bb16b0d2
optimize symbol lookup when in a .net process
2014-02-28 13:05:48 +00:00
cheatengine@gmail.com
983f307684
fix 8 byte editing and add decimal types to the other types
2014-02-17 14:36:26 +00:00
cheatengine@gmail.com
bceac2d43a
Add easier settings access
...
fix the legacy OnClose property on form
Add some conversions from ansi to utf8 to the header/comments input
2014-02-15 13:09:21 +00:00
cheatengine@gmail.com
6e9f4a685f
Add a referenced functions window to memory view
...
Add sorting to the columns of the referenced strings window
fix code dissect not following called jmp instructions
2014-02-12 20:54:57 +00:00
cheatengine@gmail.com
473a654900
implement some threading helper functions and fix some threading issues and fix a problem with getting the breakpointlist
...
change createTimer to accept 0 parameters
Removed and shiften some internal counters in the pointerscanner and added nonstatic vtable pointers as an option
2014-01-02 13:20:59 +00:00
cheatengine@gmail.com
a2a8c3c060
Add custom headers for assembler instructions like comments
...
And commit the method lookup code for the mono data collector
2013-12-27 02:29:58 +00:00
cheatengine@gmail.com
c35c313e91
fix crash when breaking in a 32-bit app (not arm)
2013-08-29 18:29:04 +00:00
cheatengine@gmail.com
f83baaa3e8
Some arm disassembler fixes and adding code to deal with the debugger capabilities of the server
2013-08-15 23:27:00 +00:00
cheatengine@gmail.com
a5d71645cc
implement arm disassembling
2013-08-13 00:12:15 +00:00
cheatengine@gmail.com
b2802de788
implement network getThreadContext (untested)
2013-08-10 21:40:44 +00:00
cheatengine@gmail.com
ae5fc698ae
fix escape not exiting the MultilineInputQuery
...
add ctrl+enter shortcut to edit comments
add ctrl+alt+c shortcut to copy bytes only
doc update
2013-06-10 10:36:02 +00:00
cheatengine@gmail.com
d7bef2a6e2
add easier trace opening in the memory view window
...
fix opening traces with stack snapshots
link the manual stacktrace with the stackview window for automatic lockviews
only update the stackview when it's visible when going through a trace
2013-06-09 11:54:30 +00:00
cheatengine@gmail.com
280ff6b243
keep last scan when assembly scanning
2013-06-08 16:52:30 +00:00
cheatengine@gmail.com
3850d08d4b
fix onethread breakpoint cleanup
2013-05-10 10:46:52 +00:00
cheatengine@gmail.com
c786cb9794
2013-05-06 11:06:40 +00:00
cheatengine@gmail.com
503d1cf340
Add a custom range to the assembly scan
2013-05-06 08:27:32 +00:00