| Author |
Date |
Commit |
Message |
| cheatengine@gmail.com |
Apr 18, 2015 |
2935 |
first commit test on the new repository |
| cheatengine@gmail.com |
Apr 18, 2015 |
2934 |
cleanup the luacaller object on deletion of the breakpoint |
| cheatengine@gmail.com |
Apr 18, 2015 |
2933 |
add a OnBreakpoint parameter to debug_setBreakpoint so you don't have to check w |
| cheatengine@gmail.com |
Apr 1, 2015 |
2932 |
making the config a bit easier |
| cheatengine@gmail.com |
Apr 1, 2015 |
2931 |
commiting some stuff I hadn't uploaded yet (used by the latest cecore) |
| cheatengine@gmail.com |
Mar 28, 2015 |
2930 |
use the screen workareatop/left |
| cheatengine@gmail.com |
Mar 28, 2015 |
2929 |
restoring window positions now checks if the window is in the work area |
| cheatengine@gmail.com |
Mar 28, 2015 |
2928 |
fix must end with offsets |
| cheatengine@gmail.com |
Mar 21, 2015 |
2927 |
change setting the fpu exception mask from windows specific code to generic code |
| cheatengine@gmail.com |
Mar 21, 2015 |
2926 |
fix lowmemusage scans when only 1 result is requested |
| cheatengine@gmail.com |
Mar 20, 2015 |
2925 |
symbol load progress is now calculated and removed a few more uses of fgl |
| cheatengine@gmail.com |
Mar 20, 2015 |
2924 |
fix increased/decreased value by scans not seeing the change when it's a big val |
| cheatengine@gmail.com |
Mar 19, 2015 |
2923 |
fix decreasevalue hotkey for showashex types |
| cheatengine@gmail.com |
Mar 17, 2015 |
2922 |
perhaps fix special character issues with the dropdown list |
| cheatengine@gmail.com |
Mar 17, 2015 |
2921 |
fix cancel duplicating the plugin list |
| cheatengine@gmail.com |
Mar 16, 2015 |
2920 |
fix some of the scanning issues |
| cheatengine@gmail.com |
Mar 4, 2015 |
2919 |
add some extra accessors for cecore |
| cheatengine@gmail.com |
Mar 3, 2015 |
2918 |
fix module size |
| cheatengine@gmail.com |
Mar 2, 2015 |
2917 |
don't sign extent readInteger |
| cheatengine@gmail.com |
Mar 1, 2015 |
2916 |
improve the pointerscan gui |
| cheatengine@gmail.com |
Feb 28, 2015 |
2915 |
|
| cheatengine@gmail.com |
Feb 28, 2015 |
2914 |
fix compilation in windows and skip icon fetching in network mode |
| cheatengine@gmail.com |
Feb 28, 2015 |
2913 |
implement HasDoneFirstScan method for memscan so an destroyed activity can query |
| cheatengine@gmail.com |
Feb 26, 2015 |
2912 |
adding some extra configuration parameters |
| cheatengine@gmail.com |
Feb 24, 2015 |
2911 |
implement freezing and deal with the missing network implementation of VirtualPr |
| cheatengine@gmail.com |
Feb 23, 2015 |
2910 |
some fixes to the addresslist |
| cheatengine@gmail.com |
Feb 23, 2015 |
2909 |
add an addresslist for cecore |
| cheatengine@gmail.com |
Feb 23, 2015 |
2908 |
fix picking a memory region |
| cheatengine@gmail.com |
Feb 21, 2015 |
2907 |
add getAddressString and getVarType to the java version of foundlist |
| cheatengine@gmail.com |
Feb 18, 2015 |
2906 |
add the global networkRPMCacheTimeout and SetNetworkRPMCacheTimeout (will make g |
| cheatengine@gmail.com |
Feb 17, 2015 |
2905 |
fix multiline string editing for memoryrecords |
| cheatengine@gmail.com |
Feb 15, 2015 |
2904 |
fix a memory corruption when using tabs and deselect the usage of a saved pointe |
| cheatengine@gmail.com |
Feb 13, 2015 |
2903 |
export ParseStringAndWriteToAddress to java |
| cheatengine@gmail.com |
Feb 9, 2015 |
2902 |
windpws |
| cheatengine@gmail.com |
Feb 7, 2015 |
2901 |
fix assembling instructions that reference 0x80000000 to 0xffffffff |
| cheatengine@gmail.com |
Feb 6, 2015 |
2900 |
add an option to include system modules to the pointerscan (explicitly) |
| cheatengine@gmail.com |
Feb 5, 2015 |
2899 |
fix the pointer scanner when using scandata files |
| cheatengine@gmail.com |
Feb 4, 2015 |
2898 |
fix .so injection on more complex targets (not sure how it could ever work befor |
| cheatengine@gmail.com |
Feb 3, 2015 |
2897 |
ass a jni interface for readAndParseAddress as well |
| cheatengine@gmail.com |
Feb 3, 2015 |
2896 |
add jniSymbolHandler so the gui can check addresses and symbols provided as text |
| cheatengine@gmail.com |
Feb 2, 2015 |
2895 |
peer pressure stuff |
| cheatengine@gmail.com |
Feb 1, 2015 |
2894 |
apparently fileexist doesn't handle filepaths with special chars |
| cheatengine@gmail.com |
Feb 1, 2015 |
2893 |
add an option to skip gathering symbolnames (e.g getting all symbols from chrome |
| cheatengine@gmail.com |
Feb 1, 2015 |
2892 |
port the symbolhandler to linux |
| cheatengine@gmail.com |
Jan 31, 2015 |
2891 |
update cecore with the new jni folder |
| cheatengine@gmail.com |
Jan 31, 2015 |
2890 |
move the jni files to the jni folder |
| cheatengine@gmail.com |
Jan 31, 2015 |
2889 |
new folder to separate jni function |
| cheatengine@gmail.com |
Jan 31, 2015 |
2888 |
forgot to add this file to the svn |
| cheatengine@gmail.com |
Jan 30, 2015 |
2887 |
fix the modulesize on the server side |
| cheatengine@gmail.com |
Jan 30, 2015 |
2886 |
forgot to close the file |
| cheatengine@gmail.com |
Jan 30, 2015 |
2885 |
perhaps this will make .so injection work on x86 (untested) |
| cheatengine@gmail.com |
Jan 30, 2015 |
2884 |
add a x86 build target for the ceserver extension |
| cheatengine@gmail.com |
Jan 30, 2015 |
2883 |
make ceserver compilable on x86 (no .so injection yet though) |
| cheatengine@gmail.com |
Jan 30, 2015 |
2882 |
fix stream write and fix compilation on windows |
| cheatengine@gmail.com |
Jan 29, 2015 |
2881 |
implement nextscan in cecore and fix an issue with case sensitive file systems f |
| cheatengine@gmail.com |
Jan 26, 2015 |
2880 |
implement the foundlist for cecore |
| cheatengine@gmail.com |
Jan 23, 2015 |
2879 |
remove some debug code |
| cheatengine@gmail.com |
Jan 23, 2015 |
2878 |
decrease locking time for the modulelist, or skip it completely if no change is |
| cheatengine@gmail.com |
Jan 20, 2015 |
2877 |
make createtoolhelpsnapshot for modules only gather real modules (ELF header) |
| cheatengine@gmail.com |
Jan 19, 2015 |
2876 |
add some extra parameters to jni TMemScan_FirstScan |
| cheatengine@gmail.com |
Jan 19, 2015 |
2875 |
fix cecore compilation for unix based systems |
| cheatengine@gmail.com |
Jan 19, 2015 |
2874 |
fix a debug leftover |
| cheatengine@gmail.com |
Jan 19, 2015 |
2873 |
make it compile for android as well (getpagesize() is not available but PAGESIZE |
| cheatengine@gmail.com |
Jan 19, 2015 |
2872 |
fix disassembling movmskps |
| cheatengine@gmail.com |
Jan 19, 2015 |
2871 |
fix the end of cache |
| cheatengine@gmail.com |
Jan 19, 2015 |
2870 |
detect end of the list in a cache |
| cheatengine@gmail.com |
Jan 19, 2015 |
2869 |
make the pagedonly and changedonly scans available to the user (linux only) |
| cheatengine@gmail.com |
Jan 19, 2015 |
2868 |
implement the new VirtualQueryExFull (untested)
and committing a bunch of other |
| cheatengine@gmail.com |
Jan 19, 2015 |
2867 |
implement VirtualQueryExFull |
| cheatengine@gmail.com |
Jan 15, 2015 |
2866 |
add the virtualqueryex cache unit |
| cheatengine@gmail.com |
Jan 15, 2015 |
2865 |
change "pointercount" to "pointer paths" so it's more clear what the list actual |
| cheatengine@gmail.com |
Jan 15, 2015 |
2864 |
fix readRegionFromFile as well |
| cheatengine@gmail.com |
Jan 15, 2015 |
2863 |
fix writeRegionToFile |
| cheatengine@gmail.com |
Jan 5, 2015 |
2862 |
fix lua getStructureCount |
| cheatengine@gmail.com |
Jan 4, 2015 |
2861 |
fix divide by 0 if GetProgress is called with no scan going on |
| cheatengine@gmail.com |
Dec 27, 2014 |
2860 |
fix possible deadlock if the symbolhandler gets destroyed before it even starts |
| cheatengine@gmail.com |
Dec 10, 2014 |
2859 |
fix low memory usage scanning |
| cheatengine@gmail.com |
Dec 9, 2014 |
2858 |
fix setValue for hexadecimcal values smaller than 0x10 |
| cheatengine@gmail.com |
Dec 6, 2014 |
2857 |
fix unknown initial memory scans for non-low memory configs |
| cheatengine@gmail.com |
Dec 6, 2014 |
2856 |
add GETSTATICFIELDADDRESSFROMCLASS |
| cheatengine@gmail.com |
Dec 5, 2014 |
2855 |
add code to get the parent class |
| cheatengine@gmail.com |
Dec 5, 2014 |
2854 |
make mono_method_getSignature also return the returntype |
| cheatengine@gmail.com |
Dec 4, 2014 |
2853 |
add a check for cases where a symbol has no address |
| cheatengine@gmail.com |
Dec 4, 2014 |
2852 |
fix the multilineinputquery from returning true (not 0) if cancel was pressed.
A |
| cheatengine@gmail.com |
Dec 4, 2014 |
2851 |
add a close button to the debug events window |
| cheatengine@gmail.com |
Dec 4, 2014 |
2850 |
fix changing r8 and r9 in memoryview showing the registername in front of the ol |
| cheatengine@gmail.com |
Dec 4, 2014 |
2849 |
fix find what accesses/writes/code changes not showing page exception results |
| cheatengine@gmail.com |
Dec 4, 2014 |
2848 |
pointernotations can now also work with registers while debugging (e.g [r8]+10) |
| cheatengine@gmail.com |
Dec 4, 2014 |
2847 |
make doubleclicking the userdefined symbols go to that address |
| cheatengine@gmail.com |
Dec 4, 2014 |
2846 |
fix 'going to' an register with a 64-bit value |
| cheatengine@gmail.com |
Dec 3, 2014 |
2845 |
fix pointerstrings in 64-bit |
| cheatengine@gmail.com |
Nov 20, 2014 |
2844 |
fix rescan |
| cheatengine@gmail.com |
Nov 15, 2014 |
2843 |
implement an DontSave property for memory records |
| cheatengine@gmail.com |
Nov 14, 2014 |
2842 |
Apply some fixes that apparently are needed to make the stealthedit plugin work |
| cheatengine@gmail.com |
Nov 13, 2014 |
2841 |
fix debug_getBreakpointList |
| cheatengine@gmail.com |
Nov 12, 2014 |
2840 |
add scan done notification for jni |
| cheatengine@gmail.com |
Nov 11, 2014 |
2839 |
fix untrusted children never becoming idle and fix issue where scanresults where |
| cheatengine@gmail.com |
Nov 10, 2014 |
2838 |
fix issue with 0 threads |
| cheatengine@gmail.com |
Nov 10, 2014 |
2837 |
fix sockets not being nonblocking and fix the surrounding errors (also some extr |
| cheatengine@gmail.com |
Nov 10, 2014 |
2836 |
add some extra debug messages, capture unexpected exceptions and keep critical s |