KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
WindowsHackCode
★ 12
Open GitHub ↗
Code with Windows Hacker
Download README (.md)
Explore Similar Repositories
Kloudy
:
직관적인 이미지를 이용하여 사용자에게 현재 날씨를 알려주는 앱, 구르미 📍 현재 작업 진행 중인 앱입니다. 많이 기대해 주세요!
Video-Captioning-Using-LSTM-and-Keras
:
Generating Video Caption Using LSTM
openxr_loader-dll-proxy
:
OpenXR DLL proxy to tweak controler position and rotation offsets
rp-nextjs-starter
:
This is a starter template for Next.js projects with Tailwind CSS, SEO, and more
flow-OpCounter
:
Count the FLOPs & Params of your OneFlow model.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
WindowsHackCode
?
Download (.md)
# WindowsHackCode 这个一个与windows对抗研究相关的代码库,其中将会包含一些基础的代码。 ## 注册表 * [基础的注册表创建与修改](https://github.com/knightswd/WindowsHackCode/blob/main/Reg/reg.cpp) * [通过系统调用进行注册表修改](https://github.com/knightswd/WindowsHackCode/blob/main/Reg/RegSyscall/reg/reg.cpp) ## 进程 ### 获取进程pid * [通过进程可执行文件路径获取PID](https://github.com/knightswd/WindowsHackCode/blob/main/Process/GetPid/GetFilePid.cpp) * [通过服务名获取PID](https://github.com/knightswd/WindowsHackCode/blob/main/Process/GetPid/GetServicePid.cpp) ### 创建进程 ## 权限和令牌 * [设置进程权限](https://github.com/knightswd/WindowsHackCode/blob/main/Privilege%26Token/SetPrivilege.cpp) * [获取其他用户的进程句柄权限并创建相应权限进程](https://github.com/knightswd/WindowsHackCode/blob/main/Privilege%26Token/StealServiceToken.cpp) ## 内存