본문 바로가기
반응형

전체 글88

OllyDbg 단축키+메뉴설명 Main menu + 단축키 Executing code Windows Icon Hotkey Description F9 Run F12 Pause F7 Single-step / Step-into F8 Step-over Ctrl+F7 Animate into Ctrl+F8 Animate over Ctrl+F9 Run until return Alt+F9 Run until user code Icon Description [L] Log data [E] Executable modules [M] Memory map [T] Threads [W] Windows [H] Handles [C] CPU [/] Patches [K] Call stack of main thread [B] Breakpoints [R] References.. 2018. 6. 25.
[Tool/툴]OllyDbg Plugins 모음 다운 [Tool/툴]OllyDbg Plugins 모음 plugins All - Command Line Hide Debugger Hide OD (Hide Olly) Olly AdvancedOllyBonE OllyDump OllyScript PhantOD StrongOD ,위 목록중 없는 것도 있으며 추가로 있는 것들도 있습니다. 플로그인 사용방법은 다음에 알려드리겠습니다.위 자료 출처는 : https://github.com/romanzaikin/OllyDbg-v1.10-With-Best-Plugins-And-Immunity-Debugger-theme- 2018. 6. 23.
[Tool/툴]OllyDbg v.All + 설명서 [Tool/툴]OllyDbg v.All + 설명서목차- 다운로드, 메인뷰, 메인메뉴, 코멘드, 단축키, 사용법 , 다운로드ollydbg는 리버스 엔지니어링을 할 수 있게 도와주는 도구 입니다. 다운로드OllyDbg v1.10 v2.00 plugins All - 플러그인 수정 2019.03.26일자Command Line Hide Debugger Hide OD (Hide Olly) Olly AdvancedOllyBonE OllyDump OllyScript PhantOD StrongOD OllyDbg's InterfaceMain viewOllyDbg's는 5개의 종류의 화면을 가집니다.Disassembler window | code : 디스 어셈블 된 코드가 실행되면서 보여줍니다.Registers window.. 2018. 6. 23.
WinApi 기본소스[WinApi basic source] WinApi 기본소스 [WinApi basic source] Winapi 기본소스입니다. This is Winapi basic source #include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);HINSTANCE g_hlnst;LPCTSTR lpszClass =TEXT("제목"); int APIENTRY WinMain(HINSTANCE hlnstance, HINSTANCE hPrevlnstance, LPSTR lpszCmdParam, int nCmdShow){HWND hWnd;MSG Message;WNDCLASS WndClass;g_hlnst = hlnstance; WndClass.cbClsExtra = 0;WndClass.cbWndExtra = 0.. 2018. 6. 23.
[Tool/툴] PEID v0.95 + 설명서 PEID는 주로 리버싱 엔지니어링 할때 사용 됩니다. 다운로드 인터페이스Main interfaceSection Viewer | 섹션 뷰어PE disassembler | PE 디스어셈블러PE details | PE 세부사항Extra information | 추가 정보Menu 메뉴Screenshot Generic OEP Finder | 일반 OEP 찾기In some cases, PEiD can find the Original Entry Point (OEP) of a packed executable:Krypto Analyzer | 크립토 분석기 다운로드 2017. 10. 9.
DC의 정보 수정 (그래픽) -1 [GDI,스톡오브젝트] 1. GDI오브젝트펜 HPEN 선을 그을 때 사용된다브러시 HBRUSH 면을 채울 때 사용된다.폰트 HFONT 문자 출력에 사용되는 글꼴비트맵 HBITMAP 비트맵 이미지팔레트 HPALETTE 팔레트리전 HRGN 화면상의 영역 2.스톡 오브젝트BLACK_BRUSH 검정색 브러쉬GRAY_BRUSH 회색 브러쉬NULL_BRUSH 투명 브러쉬WHITE_BRUSH 흰색 브러쉬DKGRAY_BRUSH 짙은 회색 브러쉬LTGRAY_BRUSH 옅은 회색 브러쉬DC_BRUSH 색상 브러쉬 -SetDCBrushColorBLACK_PEN 검정색 펜WHITE_PEN 흰색 펜NULL_PEN 투명 펜DC_PEN 색상 펜 -SetDCPenColorANSI_FIXED_FONT 고정폭 폰트ANSI_VAR_FONT 가변폭 폰트DEFAU.. 2017. 10. 9.
PLAY -안녕하세요- 안녕하세요~! 2016. 12. 15.
반응형