Skip to content

Commit

Permalink
Ark1.0.0.0
Browse files Browse the repository at this point in the history
1.0.0.0
  • Loading branch information
vAlerainTech authored Mar 26, 2024
1 parent f24b148 commit 25958f6
Show file tree
Hide file tree
Showing 26 changed files with 3,044 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source-code/1.0.0.0/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.27)
project(vAlerainArk)

set(CMAKE_CXX_STANDARD 17)

add_executable(vAlerainArk main.cpp)
4 changes: 4 additions & 0 deletions Source-code/1.0.0.0/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# vAlerain-Ark(A C++based Ark aimed at solving security personnel issues)

_Ark是Anti-Rootkit(对抗恶意程序)的简写, vAlerainArk目标成为逆向工程师、编程人员的工具,同时也能为那些希望清理恶意软件的用户服务。 以后也将会支持更多功能和命令。_

Binary file added Source-code/1.0.0.0/cmake-build-debug/Ark.exe
Binary file not shown.
Loading

0 comments on commit 25958f6

Please sign in to comment.