Computer
-
OLLVM installation on Windows 10Computer/Program Analysis 2018. 2. 2. 17:06
Prerequisites. 1) mingw-w64https://sourceforge.net/projects/mingw-w64/ Select x86_64 and posix. Without this configuration, gcc will give errors related mutex - "error: 'mutex' in namespace 'std' does not name a type static std::mutex ErrorHandlerMutex;" 2) cmake 3) git Installation. Open mingw64 shell and enter the following commands. git clone https://github.com/Qrilee/llvm-obfuscator mkdir bu..
-
High Sierra Bootcamp Windows Install Freeze and Removing PartitionComputer/Software 2017. 11. 13. 16:18
High Sierra 설치 후에 몇 가지 이상 현상을 일으켰다. VMWare Fusion 8.5.x 을 통해 Windows를 실행하면 시스템 전체가 Freeze 된다. Bootcamp를 통해 Windows 10을 설치 도중 중단 되었다. 백업을 일단 해 두어야 한다. 중단된 상태에서 Bootcamp assistant를 통해 파티션을 원상 복구 하려고 했으나 실패 했다. Diskutil 을 통해 파티션을 지우려고 했으나 또 실패 했다. 리부팅 후 Option+Command+R을 통해 인터넷 복구 모드로 들어갔다. 여기에서도 diskutil을 통해 파티션 지우고 free partiton을 복구하려 했으나 resize가 실패했다. "the target disk is too small for this opera..
-
x64dbg instruction tracingComputer/Program Analysis 2017. 9. 5. 11:20
x64dbg는 ollydbg 같이 instruction tracing을 위한 독립된 창이 없고 로그 창에 tracing 된다. 그리고 ui 도 메뉴에서 하지 못하고 커맨드 창에서 해야 한다. 검색해 보면 https://forum.tuts4you.com/topic/39374-tracing/에 설명이 자세히 나와 있다. 위를 요약해서 적용해 보았다. 커맨드 창에 다음과 같이 하면 동작 한다. TraceSetLogFile "C:\Temp\x64dbgTrace.log” TraceSetLog "{p:cip} {i:cip}" tibt rip==7ff6ac01290c TraceSetLogFile은 파일에 출력하기 위해 지정한다. 이것을 하지 않으면 Log 창에 출력 된다. TraceSetLog는 로그 출력 형식이다...
-
KDE Neon Installation on Dell XPS 15 without erasing Windows 10Computer/Software 2017. 6. 13. 15:53
F2 to enter BIOS settings- Disable Secure Boot Boot to Windows 10- msconfig->booting->safe boot check Shutdown and Power On Enter BIOS settings- SATA Mode: RAID -> AHCI Boot to Windows 10- msconfig->booting->safe boot uncheck Reboot to Windows 10- Install Samsung NVMe driver- Extract Windows 10 Partition around 200GB with disk utility ShutdownInsert KDE Neon (or Ubuntu) Installation USB stickTur..
-
MacPro 2013에서 Bootcamp 이용시 VT-X EnableComputer/Software 2017. 3. 10. 10:10
MacPro 2013에서 Bootcamp 이용시 OSX로 부팅 후 Windows로 부팅하면 VT-X가 Enable이 되지만 바로 Windows로 부팅하면 VT-X가 Disable이 되어 가상화 기능에 문제가 생긴다. Hyper-V도 Docker도 동작하지 않는다. 더 큰 문제는 AMD FirePro Driver가 동작하지 않는다는 것이다. 이 문제는 rEFInd 설치 후 VT-X Enable 설정을 해 주면 해결 된다. 다음 과정이 필요하다. OSX로 부팅 rEFInd 다운로드: http://www.rodsbooks.com/refind/getting.html 에서 rEFInd의 바이너리 zip 파일을 다운로드 받아서 적당한 위치에 압축을 푼다. 위치를 기억해 두어야 복구모드로 실행할 때 찾아갈 수 있다...
-
Windows 10 Hyper-V NAT 설정Computer/Software 2016. 12. 6. 15:05
Windows 10 Professional을 설치하고 VMWare 대신 Hyper-V를 사용해 보려고 했다. 공유기가 있으면 가상 스위치를 external로 설정하면 공유기가 IP를 할당하고 끝난다. 공유기가 IP를 새로 할당할 수 없는 상황이라 호스트 머신에 NAT을 설치해야 했다. 이 상황에서 VMWare Professional이나 Fusion은 NAT을 자동으로 설치해 준다. Hyper-V는 아직까지는 (~2016.12월) 자동으로 NAT 설정하는 것이 없어서 PowerShell을 통해 설치해야 한다. 방법은 다음과 같다. 1. 관리자 권한으로 PowerShell을 열고2. 내부 스위치 만들기 PS C:\Windows\system32> New-VMSwitch -SwitchName "NAT" -Swi..
-
한글 버그 - 악성코드 탐지 기능이 실행되지 않습니다Computer/Software 2016. 11. 10. 14:12
한글 네오 버전을 새로 설치한 후에 언제나 '악성 코드 탐지 기능이 실행되지 않았습니다.' 항상 나올 때 한글 실행하고 설정에서 바꾸어도 계속해서 같은 메시지창이 나옵니다. 이 문제는 한글 버그인 것 같습니다. 어떤 컴퓨터에서는 이 메시지가 나오고 어떤 컴퓨터에서는 이 메시지가 원래는 실행 되어야 안전한데... 실행이 되지 않으면서 메시지 창이 나와 계속 귀찮게 하네요. 이를 해결하기 위해서는 한컴 기본설정을 바꾸어 주어야 합니다. 메뉴에 보면 한글과 컴퓨터에 한컴 기본 설정이 있습니다. 이 프로그램을 실행시키고 사용자 설정에서 보안 탭을 누르고 문서 열 때 악성코드 검사, 실시간 악성코드 검사 체크 되어 있는 것을 꺼 주고 다시 실행하면 더 시상 귀찮게 하지 않습니다.
-
Triton DBA Framework Build for Windows x64Computer/Program Analysis 2016. 11. 3. 18:12
For Ubuntu, the build process is straightforward. For Windows x64, I failed to build with Visual Studio 2015 giving some errors related snprintf. Even after I installed VS2013 build tools, it failed with the same error. So, I installed Visual Studio 2013.Before building Triton, dependent libraries - Z3, capstone with VS2013 - are rebuilt with x64 option. Python x64 is reinstalled. Finally I succ..