Commit graph

21 commits

Author SHA1 Message Date
Dark Byte
404added1d structure objects now have a default array indexer that goes to the Element field 2023-06-24 23:28:22 +02:00
Dark Byte
1058fdbb69 some extra safety checks and improvements for strructure dissect 2023-05-02 09:26:56 +02:00
Dark Byte
63336cab7f add .net field enum to the dotnet data collector without the need to get an address of the correct type 2020-09-15 13:47:56 +02:00
Dark Byte
29a923b563 Improve PDB structure lookup and better support for windows kernel pdb's 2020-02-10 23:40:49 +01:00
cheat-engine
acc6cefd0f Fix registry issues 2019-12-19 17:49:30 +01:00
cheat-engine
eb34575fdb Merge the mac modifications to the main branch. Todo: Likely fix some windows build isues 2019-12-18 12:07:17 +01:00
Dark Byte
f18a192eba what you get when in a hurry 2017-07-31 13:41:20 +02:00
Dark Byte
e7bdf90663 fix get/setValueFromBase 2017-07-31 13:40:22 +02:00
Dark Byte
ca7965495a change the instances window to a treeview which shows the structure 2017-07-31 13:32:43 +02:00
Dark Byte
7ef41ed371 fix lua structure fillFromDotNetAddress 2015-10-29 18:24:04 +01:00
cheatengine@gmail.com
9827a2c588 fix lua getStructureCount 2015-01-05 11:06:02 +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
9d04d7bccc export fillFromDotNetAddress to lua 2013-11-09 15:00:52 +00:00
cheatengine@gmail.com
a959cc13af luaedit 2013-01-03 21:19:22 +00:00
cheatengine@gmail.com
f062dbf1eb improve lua GetProperty 2013-01-01 23:21:22 +00:00
cheatengine@gmail.com
4002725bcf Add ability to get child components from components. (Will make Formname.objectname.property possible when done) 2012-12-28 20:26:52 +00:00
cheatengine@gmail.com
a026319c99 Add support for accessing properties of classes that haven't been explicitly implemented in lua 2012-12-28 18:48:11 +00:00
cheatengine@gmail.com
35c2635431 Refined the parameters so it not gets the userdata instead of the object. This way individual class methods can decide if the garbage collector should be allowed to destroy it or not
(Still recommended to destroy objects yourself)
2012-12-27 23:58:11 +00:00
cheatengine@gmail.com
9eebffcf3a Started converting the lua classes to 'real' classes. Started with LuaStructure 2012-12-27 17:15:20 +00:00
cheatengine@gmail.com
c5dfe89504 Add option to prevent exceptions caused by lookups to stop the whole script 2011-11-07 23:57:01 +00:00
cheatengine@gmail.com
cbf573ad94 Add the structures interface to lua 2011-11-01 05:29:22 +00:00