Anton Kochkov
|
5da1b3b076
|
Fix some warnings
|
2020-11-16 18:56:21 +08:00 |
|
pancake
|
160fc95e66
|
Use (void) instead of () in function signatures (#17026) ##refactoring
* Use (void) instead of () in function signatures
* Add test to avoid further contributions to commit the same mistake
|
2020-06-14 16:08:32 +02:00 |
|
pancake
|
f961eca6f0
|
Fix windows build
|
2020-04-27 23:08:45 +02:00 |
|
pancake
|
af4b6e7dc3
|
Avoid the use of for (int in our codebase (#16718)
|
2020-04-27 15:47:21 +02:00 |
|
Hye Sung Jung
|
757c23d5db
|
Fix spelling errors (#15904)
|
2020-01-27 07:43:47 +01:00 |
|
GustavoLCR
|
e43c9e7caf
|
Fix some warnings (#15549)
|
2019-12-08 12:49:58 +01:00 |
|
GustavoLCR
|
ebaf8b603e
|
Fix some warnings on Windows (#15532)
|
2019-11-30 00:49:16 +01:00 |
|
GustavoLCR
|
11859ab63b
|
Use RTable for Windows heap info output (#15368) ##debug
|
2019-10-28 02:11:48 +01:00 |
|
GustavoLCR
|
92bbe968b2
|
Kill r_sys_get_osinfo () (#15346)
|
2019-10-24 02:20:57 +02:00 |
|
Paul I
|
78f2b12d0b
|
Fix potential memleaks (#15057)
|
2019-09-17 02:14:32 +02:00 |
|
GustavoLCR
|
7b867b7e02
|
More fixes for Windows dmh (#14963)
* Allow lfhKey be 0
* Do not destroy debug buffer while its running
|
2019-09-06 16:00:18 +08:00 |
|
GustavoLCR
|
cc3e70c47c
|
Fix NULL deref on Windows dmh (#14962)
|
2019-09-05 23:18:21 +08:00 |
|
GustavoLCR
|
1eef31a814
|
Fixes for dmh in Windows
* Get offset of important globals from ntdll's PDB
* Workaround some RtlQueryProcessDebugInformation hangs for Win10
|
2019-09-05 09:49:41 +02:00 |
|
Paul I
|
2556919857
|
Add clang-cl support (#14814)
|
2019-08-16 12:10:00 +08:00 |
|
GustavoLCR
|
9673c70b46
|
Improvements to windows heap parsing ##debugger
* Use a thread to prevent hang
* Add some checks and fix some bugs
|
2019-06-23 01:11:41 +02:00 |
|
Anton Kochkov
|
20e19d6023
|
More spelling fixes in the code
|
2019-06-20 13:36:02 +08:00 |
|
pancake
|
1ae2fc7e7c
|
That should fix the MSVC build
|
2019-06-13 12:25:49 +02:00 |
|
GustavoLCR
|
bf69ebe035
|
Implement GetSingleSegmentBlock for LFH and VS Windows heap ##heap
|
2019-06-10 10:19:07 +02:00 |
|
GustavoLCR
|
b3a361cd5e
|
Initial implementation GetSingleBlock for Windows heap ##debug
|
2019-06-09 22:21:20 +02:00 |
|
GustavoLCR
|
7a10af4057
|
Initial implementation of heap parsing for Windows (#14218) ##debug
|
2019-06-05 15:20:38 -04:00 |
|