# WinArk **Repository Path**: baohongyu/WinArk ## Basic Information - **Project Name**: WinArk - **Description**: clone 备份来的... - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-03 - **Last Updated**: 2023-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WinArk ![image](doc/resources/WinArk.ico) ## Introduction * WinArk is an open source Anti-Rootkit(ARK) tool for Windows, aimed at reverse engineering of kernel. It supports from Windows 7 to Windows 11. We also support both 32 bit and 64 bit. Compared with other Ark tools, WinArk can run on the latest Windows 11 without updating binary files since it will automatically downloads requisite symbol files. ## Compiling * [How to build WinArk](doc/build-winark.md) QQ Group: 392097880 ### If you don't want to become a contributor or submit issues, please don't join this group. ## Contributing Contributing to WinArk is super appreciated. If you want to contribute to WinArk, please read the [Coding Conventions](doc/Coding%20Conventions.md) ## Screenshots ![](./Untitled%2016.png) ![](./Untitled%2015.png) ![](./Untitled%2014.png) ![](./Untitled%2013.png) ![](./Untitled%2012.png) ![](./Untitled%2011.png) ![](./Untitled%2010.png) ![](./Untitled%209.png) ![](./Untitled%208.png) ![](./Untitled%206.png) ![](./Untitled%205.png) ![](./Untitled%207.png) ## Credits - Core features by [SystemExplorer](https://github.com/zodiacon/SystemExplorer) - Disassembly powered by [capstone](https://github.com/capstone-engine/capstone) - PE parser by [TotalPE](https://github.com/zodiacon/PEParser) - Network Explorer by [NetworkExplorer](https://github.com/zodiacon/NetworkExplorer) - Registry Explorer by [TotalRegistry](https://github.com/zodiacon/TotalRegistry) - DeviceExplorer by [DeviceExplorer](https://github.com/zodiacon/DeviceExplorer) - Event Trace by [ProcMonXv2](https://github.com/zodiacon/ProcMonXv2) - Native API lib by [phnt](https://github.com/processhacker/phnt) - Theme config by [systeminformer](https://github.com/winsiderss/systeminformer) - Windows spy by [WinSpy](https://github.com/zodiacon/WinSpy)