GithubHelp home page GithubHelp logo

yllhwa / swordartoffline Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 0.0 5.71 MB

华中科技大学 软件安全 课程设计

License: GNU General Public License v3.0

C++ 9.67% CMake 0.13% C 85.62% Go 0.41% HTML 0.03% JavaScript 2.19% Vue 1.81% CSS 0.02% TypeScript 0.05% Batchfile 0.02% Lua 0.06%
hust

swordartoffline's Introduction

华中科技大学 网络空间安全学院 2020级 软件安全 课程设计

CI status

目录说明

.
├── HookLib     Detours Hook程序和注射器
├── demos       测试样本
├── docs        文档等
└── frontend    wails GUI程序

编译

1. HookLib

编译环境:cmake、VS2022

mkdir build
cd build
cmake -DCI_BUILD="true" -DCMAKE_GENERATOR_PLATFORM=Win32 -G "Visual Studio 17 2022" ..
cmake --build . --config Release

或直接用Clion打开编译即可

2. GUI

编译环境:golang>=1.18、npm、nodejs、upx(可选)

go install github.com/wailsapp/wails/v2/cmd/wails@latest
cd frontend
npm install
npm run build
cd ../
choco install upx
wails build -clean -upx -webview2 error

二进制文件

已开启自动构建,在Actions中可以下载

image

LICENSE

License: GPL v3

请务必注意协议的限制

swordartoffline's People

Contributors

yllhwa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.