Skip to content

Instantly share code, notes, and snippets.

@ox1111
Last active February 8, 2021 00:40
Show Gist options
  • Save ox1111/ed0d5ad003667927b77c93c8edd4c20f to your computer and use it in GitHub Desktop.
Save ox1111/ed0d5ad003667927b77c93c8edd4c20f to your computer and use it in GitHub Desktop.
black falcon
암호 seed ecb ][ windows에서 라이브러리 만들어 사용하기
컴파일 환경 다시 보기.
원본에는 HEADER에 SEED_KeySchedKey가 없으나
추가한다.
원본은 KISA홈페이지에서 받을수 있으며
그 버전을 라이브러리로 만들었다.
all right
그럼 만든 라이브러리 사용해보자.
ok
컴파일 설정을 보자..
c/c++>일반>추가 포함 디렉토리에 ..\..\Dll3\Dll3 추가.
링커 > 일반 > 추가 라이브러리 디렉터리에 ..\..\..\dll\Dll3\Debug 추가
링커 > 입력 > dll3.lib 추가
빌드 이벤트 > 빌드 후 이벤트 >
xcopy /y /d "..\..\Dll3\$(IntDir)Dll3.dll" "$(OutDir)"
추가
ok
ubuntu 버전도 블러그에 있으니 찾아볼 것
( https://speedr00t.tistory.com/408 )
끝 :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment