# Hider **Repository Path**: vincentwong800/Hider ## Basic Information - **Project Name**: Hider - **Description**: 远程注入DLL式 隐藏目标进程工具 包括x86和x64 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 21 - **Created**: 2019-10-13 - **Last Updated**: 2021-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Process Hide On Winodws X86 and X64 ## install... - cn_visual_studio_2010_professional_x86_dvd_532145.iso - cn_visual_studio_professional_2015_x86_x64_dvd_6846645.iso ## open... - x64Hider - x64Payload - x86Hider (Visual Studio 2010) - x86Payload ## build... - BuildOutput\x64Hider.exe - BuildOutput\x86Hider.exe ## run... - x64Hider.exe -i -n -x - x86Hider.exe -i -n -x ## try it - run `notepad` and `taskmgr`. - run `cmd` use administrator. - excute `x64Hider.exe -n notepad.exe`. - look TaskManager, Notepad process has disappeared. ## tips - 项目>属性>常规>MFC的使用=在静态库中使用MFC - 项目>属性>C/C++>代码生成>运行库=多线程 - 项目>属性>链接器>调试>生成调试信息=否 from *https://github.com/M00nRise/ProcessHider*