목록작업/OvmStart(2010) (38)
도전2022
http://msdn.microsoft.com/en-us/library/ms724429(v=vs.85).aspx The following example uses the GetVersionEx, GetSystemMetrics, GetProductInfo, and GetNativeSystemInfo functions to determine the version information of the currently running operating system. If compatibility mode is in effect, the example displays the operating system selected for application compatibility. The example displays the..
# ../qemu-0.12.3/configure --help Usage: configure [options] Options: [defaults in brackets after descriptions] Standard options: --help print this message --prefix=PREFIX install in PREFIX [] --interp-prefix=PREFIX where to find shared libraries, etc. use %M for cpu name [/usr/gnemul/qemu-%M] --target-list=LIST set target list [] Advanced options (experts only): --source-path=PATH path of sourc..
Win32 실행파일 구조 http://www.sinwoong.co.kr/259 실행 파일의 구조 http://oranze.springnote.com/pages/2647426 pe 분석 http://clansim.tistory.com/101 프로그램 실행에 대하여 !(1) http://forum.falinux.com/zbxe/?document_srl=530445 리버싱 관련된 다양한 자료. http://www.reversecore.com/tag/Reverse%20Engineering Process Explorer 같은 툴들이 한글화 됨. http://blog.daum.net/koreanize/ 리버싱 관련 다양한 툴 사용 http://www.reversecore.com/ pe 조사 툴
#!/bin/sh # # Wrapper script to start a Winelib application once it is installed # # Copyright (C) 2002 Alexandre Julliard # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This library..
http://www.kegel.com/wine/winetricks dtonet11sdk http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe Dotnet20 http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe Dotnet20sp2 http://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x86.exe dotnet30 http://download.micr..
http://msdn.microsoft.com/en-us/library/b0084kay(v=VS.80).aspx Predefined Macros Visual Studio 2005 Other Versions Visual Studio 2010 Visual Studio 2008 Visual Studio .NET 2003 Names the predefined ANSI C and Microsoft C++ implementation macros. The compiler recognizes predefined ANSI C macros and the Microsoft C++ implementation provides several more. These macros take no arguments and cannot b..
기록을 남기자. 성공하기는 지난 9월 17일 함. 앞으로 해야 할 일이 더 많네
set +x # WARNING: do not use single quote in any package description; that breaks the gui menu. Usage: $0 [options] package [package] ..." This script can help you prepare your system for Windows applications" that mistakenly assume all users' systems have all the needed" redistributable runtime libraries or fonts." Some options require the Linux 'cabextract' program." " Options:" -q quiet. You ..