Commit | Date | |
---|---|---|
2011-09-17 17:43:13 | Tree | |
[r38]
by
pierre_le_riche
Implemented frame based stack traces under 64-bit using the CaptureStackBackTrace API call. Frame based stack traces should be much more accurate under 64-bit than under 32-bit, but the API call could possibly be slower. (Will have to run benchmarks in order to determine the latter.) |
2011-09-12 08:29:18 | Tree |
[r37]
by
pierre_le_riche
Updated the FullDebugMode support DLL for 64-bit. (Only raw stack tracing is available at the moment. I still need to figure out how to do frame based stack tracing under 64-bit.) |
2011-09-12 07:47:51 | Tree |
[r36]
by
pierre_le_riche
Added support for Delphi XE2 Windows 64-bit. FullDebugMode is functional, but the support DLL does not compile yet so no stack traces are available. |
2011-09-11 14:10:34 | Tree |
2011-09-10 13:36:17 | Tree | |
[r34]
by
pierre_le_riche
Added an additional FullDebugMode memory corruption check: Now also checks that the application has not modified any bytes between the block footer and the block header of the next block. |
2011-06-22 10:44:16 | Tree |
[r33]
by
pierre_le_riche
Bugfix: Possible numeric overflow in DetectStringData call |
2011-06-15 19:38:52 | Tree |
2011-03-30 05:23:06 | Tree | |
[r31]
by
pierre_le_riche
Fixed a BCB2009+ compilation error (Thanks to Albert Wiersch and James Nachbar.) |
2011-03-03 20:29:45 | Tree |
[r30]
by
pierre_le_riche
Shifted the code in the initialization section to a procedure RunInitializationCode. This allows the startup code to be called before InitUnits, which is required by some software protection tools. |
2011-02-13 18:48:57 | Tree |