https://github.com/shenxiaolong-code/processinternalexplorer
native develop tools : provide many process internal explorers and excel access with high performance.
https://github.com/shenxiaolong-code/processinternalexplorer
excelwithoutmfc hooksolution pefileheader processexplorer symbolexplorer systemexplorer
Last synced: 8 months ago
JSON representation
native develop tools : provide many process internal explorers and excel access with high performance.
- Host: GitHub
- URL: https://github.com/shenxiaolong-code/processinternalexplorer
- Owner: shenxiaolong-code
- Created: 2019-09-14T12:40:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T11:33:10.000Z (12 months ago)
- Last Synced: 2025-06-23T12:34:31.732Z (12 months ago)
- Topics: excelwithoutmfc, hooksolution, pefileheader, processexplorer, symbolexplorer, systemexplorer
- Language: C++
- Homepage:
- Size: 719 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Features
based on miniMPL lib, provide many system explorers and quick excel access without MFC support.
# SystemExplorer
- SymbolExplorer
given a code address, return its :
function name, source file path, line number
module-info (module name , module path, size,start-end address).
- exceptionHelper
help to capture all exceptions and generate a window application dump file for developer remote analysis. (for windows C++ application).
- executablememoryreadwriter
provide runtime instruction code memory modification with the safe method.
- HookHelper
provide function hook helper( include E9 and E8 level hook ) and user function hook.
current internet example only provides an E9 hook -- it is not enough for the complete hook.
- ProcessExplorer
provides windows process inner information.
- WindowExplorer
highlight window control with a red rectangle when your mouse hovers and show the control info (class name, size, X-Y dimension).
- PEFileExplorer
Help to parse/verify PE file header format.
### According information printer is also provided.
to simply usage.
# Excel
- provide Microsoft Excel access by C++ with **high performance** without MFC environment support.
- read/write **big block** Excel data quickly.
- template-based data type parse.
# usage examples
you can check the usage examples with the test case source:
https://github.com/shenxiaolong-code/processInternalExplorer/tree/master/sources/UnitTest