Commit graph

26 commits

Author SHA1 Message Date
Dark Byte
698f8cc497 commit a bunch of stuff I haven't commited yet (mostly android and java stuff and things to make java info easier to work with) 2023-03-31 22:37:50 +02:00
cheat-engine
acc6cefd0f Fix registry issues 2019-12-19 17:49:30 +01:00
cheatengine@gmail.com
a6b13a365f fix the output destination paths for the jvmti project in release mode and upload the proper release build dll's 2014-05-14 18:24:11 +00:00
cheatengine@gmail.com
95295d20ad some path fixes to make release builds functional (get openjdk if you wish to compile this and adjust the paths accordingly) 2014-05-11 11:02:02 +00:00
cheatengine@gmail.com
c7198900c1 fix unknown initial value scan for java 2014-05-07 10:50:48 +00:00
cheatengine@gmail.com
ae91f34f1f redesign and finish the unregister field modification watch
and update some documentation
2014-04-27 23:03:35 +00:00
cheatengine@gmail.com
f8c96e7e70 Add a "find what writes" to java 2014-04-26 00:17:03 +00:00
cheatengine@gmail.com
aec2800618 the fieldid would use useful as well 2014-04-23 10:29:17 +00:00
cheatengine@gmail.com
17a48ec9b8 forgot to add code to read out the results 2014-04-23 10:11:33 +00:00
cheatengine@gmail.com
1af71f666f implement java variable scanning code 2014-04-06 10:32:35 +00:00
cheatengine@gmail.com
268148a067 implement setField 2014-03-29 19:38:23 +00:00
cheatengine@gmail.com
5c6edf7fe5 implement java_getField 2014-03-28 02:03:36 +00:00
cheatengine@gmail.com
19c797b1af implement java_getAllClassFields and add make jni's push/popLocalFrame available 2014-03-28 00:53:29 +00:00
cheatengine@gmail.com
3f10856233 implement the searchpath commands 2014-03-27 14:42:08 +00:00
cheatengine@gmail.com
36b254c4f6 test and fix the invoke method function 2014-03-26 23:46:33 +00:00
cheatengine@gmail.com
2d224448fc implement FindClassObjects 2014-03-26 20:53:02 +00:00
cheatengine@gmail.com
62ea149cb8 some java commits 2014-03-26 04:49:21 +00:00
cheatengine@gmail.com
bb25f7f014 Add ability to load the java agent at launch time
Add java settings to the settings window and added a command to query the capabilities
And add support for setting boolean type settings
2014-02-17 14:38:39 +00:00
cheatengine@gmail.com
10533ec5b9 fix compilation in 32-bit and prepare for agent_onload implementation 2014-02-07 04:54:38 +00:00
cheatengine@gmail.com
0d68531f9b implement java_FindClass 2014-02-07 02:25:13 +00:00
cheatengine@gmail.com
d61f640e29 Add code to get and redefine java classes at runtime
Make the read/writeString methods of the LuaPipe capable of handling strings with 0-bytes in them
And improve the performance of CreateByteTableFromPointer
2014-02-07 02:04:53 +00:00
cheatengine@gmail.com
86f61b8c00 implement java_getObjectHandleToAddress 2014-02-03 04:50:32 +00:00
cheatengine@gmail.com
40bbdb72ca add a search to the java class list
Fix GetClassFields causing a crash when it fails
Add some "po" defines so you can set them without using the string version
add getNextSibling to the treenode class
2014-02-02 22:37:46 +00:00
cheatengine@gmail.com
c1ff27da60 Move the Execute method declaration to the CommonDialog class and add the FindDialog class 2014-02-02 15:27:33 +00:00
cheatengine@gmail.com
32b8353eb4 Commit the changes to the java code 2014-02-02 06:22:14 +00:00
cheatengine@gmail.com
d55e6e48d1 Start implementing the Java inspector 2014-01-17 02:44:12 +00:00