Commit Graph

115 Commits

Author SHA1 Message Date
silverf0x ec12b31c1b Add runtime 10.0.17763.379 2019-03-23 22:39:18 +01:00
silverf0x a0dcff92f2 Merge branch 'master' of https://github.com/silverf0x/RpcView 2019-03-17 21:57:24 +01:00
silverf0x 6b8f0b6c87 Add runtime version 10.0.17134.648 2019-03-17 21:55:46 +01:00
silverf0x 8197fcdb45 Add runtime version 10.0.17763.648 2019-03-17 21:46:43 +01:00
silverf0x 43df9dfebf Add runtime version 10.0.10240.16841 2019-01-22 20:32:08 +01:00
silverf0x f98dad4db2 Fix call convension for the ProcexpOpenProcess function and support for the 32-bit version. 2019-01-20 18:04:09 +01:00
silverf0x 02d0fd419a Add runtime version 6.1.7601.24335 2019-01-20 17:55:15 +01:00
silverf0x 7302b614ce Add support for Protected and PPL processes with the ProcessExplorer driver.
REMARK: the feature requires the procexp.sys driver version 15.0.0.0
2019-01-20 17:51:12 +01:00
silverf0x 80fc306cac Fix typo in README.md 2019-01-16 21:03:59 +01:00
silverf0x d4632ac01c Fix #33: potential null pointer dereference in RpcCoreInit 2019-01-16 20:56:24 +01:00
silverf0x 341ab8196c
Merge pull request #32 from hfiref0x/patch-gui
Update MainWindow.cpp
2019-01-16 14:13:24 +00:00
silverf0x f3aa3a581e
Merge pull request #31 from hfiref0x/patch
Handle OS_ALLOC heap allocation potential failure in InitDecompilerInfo
2019-01-16 07:39:56 +00:00
hfiref0x bcf852a2bf Update MainWindow.cpp
Automatically show decompilation widget if "Decompile" popup menu was used and widget wasn't shown.
2019-01-16 14:39:01 +07:00
hfiref0x 6f8e8f45fc Update RpcView.cpp
Set formatting to original RpcView style.
2019-01-16 14:05:49 +07:00
hfiref0x 270401c658 Update RpcView.cpp
Handle OS_ALLOC heap allocation potential failure in InitDecompilerInfo
2019-01-16 14:03:21 +07:00
hfiref0x 79ea228d3e
Merge pull request #2 from silverf0x/master
Merge upstream changes
2019-01-16 04:27:51 +07:00
silverf0x 91bf7750e6 Fix #30: potential null pointer dereference in GetRpcServerAddressInProcess and wWinMain 2019-01-15 21:31:40 +01:00
silverf0x 419a8e0856 Fix #29: remove unused RpcDecompilerPrintHiddenFUProcedure 2019-01-15 21:27:04 +01:00
silverf0x b6c7c32058 Fix #28: incorrect comparison in processComplexArray 2019-01-15 21:22:30 +01:00
silverf0x 7227826825 Fix #27: incorrect check of function return value in EnumProcess 2019-01-15 21:18:47 +01:00
silverf0x b495f68162 Fix #26: replace FC_POINTER_CONFORMANCE with FC_TOP_LEVEL_MULTID_CONFORMANCE 2019-01-15 21:16:46 +01:00
silverf0x c92891ea03 Fix #25: out of bounds read in RpcCoreInit 2019-01-15 21:13:03 +01:00
silverf0x b98ed0702f Fix #24: buffer overrun in GetUserAndDomainName 2019-01-15 21:09:26 +01:00
silverf0x b253c6e816 Fix #23: add missing break in switch statement 2019-01-15 21:04:39 +01:00
silverf0x 1526810cb8 Fix #22: remove useless functions 2019-01-15 21:02:10 +01:00
silverf0x 7939781867 Fix bug #21: build instructions 2019-01-15 20:51:51 +01:00
silverf0x ea1ce6667e
Merge pull request #20 from jthuraisamy/patch-6
Add runtime version 6.1.7601.24308
2019-01-15 07:44:16 +00:00
silverf0x 39a4d9c1fd
Merge pull request #19 from jthuraisamy/patch-5
Add runtime version 10.0.16299.846
2019-01-15 07:43:53 +00:00
hfiref0x 3bdfe86bc6
Merge pull request #1 from silverf0x/master
Merge upstream changes
2019-01-15 11:23:40 +07:00
Jackson 9558dabb29
Add runtime version 6.1.7601.24308 2019-01-14 16:04:23 -08:00
Jackson e56bea547a
Add runtime version 6.1.7601.24308 2019-01-14 16:03:27 -08:00
Jackson 1dc0d79231
Add runtime version 10.0.16299.846 2019-01-14 16:00:40 -08:00
Jackson b92592abdc
Add runtime version 10.0.16299.846 2019-01-14 15:58:15 -08:00
silverf0x 54b08a8ebd
Merge pull request #18 from hfiref0x/patch
Add runtime support for 10.0.14393.2312, 10.0.14393.2665
2019-01-14 18:47:06 +00:00
hfiref0x 90eb7702d8 Add runtime support for 10.0.14393.2312, 10.0.14393.2665 2019-01-14 16:38:54 +07:00
silverf0x c513fb4fea
Merge pull request #16 from jthuraisamy/patch-4
Add runtime version 10.0.16299.492
2018-12-29 13:16:05 +00:00
Jackson e33481bcd2
Add runtime version 10.0.16299.492
Fixed typo.
2018-12-27 10:30:28 -08:00
Jackson 7ed5d32592
Add runtime version 10.0.16299.492
Fixed typo.
2018-12-27 10:29:23 -08:00
silverf0x 49f4b764e4
Merge pull request #15 from jthuraisamy/patch-3
Add runtime version 10.0.16299.492
2018-12-27 16:39:31 +00:00
Jackson dbd228367c
Add runtime version 10.0.16299.492 2018-12-26 16:05:06 -08:00
Jackson f34acc5dd2
Add runtime version 10.0.16299.492 2018-12-26 16:02:45 -08:00
silverf0x 88c179e4e6 minor fixes 2018-12-26 20:46:07 +01:00
silverf0x 66e2f506ae
Merge pull request #14 from jthuraisamy/patch-2
Add runtime version 10.0.17763.194
2018-12-26 19:35:25 +00:00
Jackson 4a3d62d8c4
Add runtime version 10.0.17763.194 2018-12-25 20:40:52 -08:00
Jackson 896a5d4132
Add runtime version 10.0.17763.194 2018-12-25 20:39:43 -08:00
silverf0x 5524d14b5c Add runtime version 10.0.17134.471 2018-12-13 22:31:14 +01:00
silverf0x cd0e853418
Update README.md 2018-12-12 06:53:14 +00:00
silverf0x c8f7a23951
Update README.md 2018-12-12 06:52:58 +00:00
silverf0x 8d5b3c5020
Merge pull request #13 from jthuraisamy/patch-1
Add runtime version 6.1.7601.24260
2018-12-12 06:47:57 +00:00
Jackson e31bbaeabc
Add runtime version 6.1.7601.24260 2018-12-11 18:58:39 -08:00