Skip to content

Commit 9cf9314

Browse files
committed
Version 1
1 parent 532c04f commit 9cf9314

19 files changed

+863
-0
lines changed

CMakeLists.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cmake_minimum_required(VERSION 3.24)
2+
project(Keygen)
3+
4+
set(CMAKE_CXX_STANDARD 14)
5+
6+
add_executable(
7+
Keygen
8+
main.cpp
9+
)
10+
target_link_libraries(Keygen ${CMAKE_CURRENT_SOURCE_DIR}/lib/libcrypto.lib -static)

lib/engines-3/capi.dll

70 KB
Binary file not shown.

lib/engines-3/capi.pdb

756 KB
Binary file not shown.

lib/engines-3/loader_attic.dll

82 KB
Binary file not shown.

lib/engines-3/loader_attic.pdb

1.22 MB
Binary file not shown.

lib/engines-3/padlock.dll

57.5 KB
Binary file not shown.

lib/engines-3/padlock.pdb

620 KB
Binary file not shown.

lib/libcrypto.lib

1.19 MB
Binary file not shown.

lib/libssl.lib

123 KB
Binary file not shown.

lib/ossl-modules/legacy.dll

155 KB
Binary file not shown.

lib/ossl-modules/legacy.pdb

1.94 MB
Binary file not shown.

0 commit comments

Comments
 (0)