[System]DLL Injector/Ejector

dllinject.py.txt

# tagging
# DLL Injection Ejection
# 인젝션

by nopter | 2007/08/15 16:13 | Python recipe | 트랙백 | 덧글(1)

[System]PE(Portable Executable) Dump

pe_dump.py.txt
pe_dump_output.txt

# tagging
# PE Dump
# 실행파일 정보 수집
# Portable Executable File information
# DOS_HEADER # NT_HEADERS # FILE_HEADER # OPTIONAL_HEADER # PE Sections
# Directories  # Version Information # Exported symbols # Imported symbols # Resource directory
# Base relocations

by nopter | 2007/08/13 18:12 | 트랙백(1)

[System]Process Snapshot

process_snapshot.txt
process_snapshot_out.txt



# tagging
# Process SnapShot
# 프로세스 스냅샷
# 프로세스 정보 수집
# Win32 process Find, watcher
# process information

by nopter | 2007/08/09 18:51 | Python recipe | 트랙백(4)

[System]Pinball CodeCave

pinball_codecave1.txt
pinball_codecave2.txt



# tagging
# Pinball CodeCave
# 코드캐이브, 코드케이브
# Window Caption/Handle/Class Find
# Win32 process Find
# SECTION .text Blank Space

by nopter | 2007/08/08 22:40 | Python recipe | 트랙백 | 덧글(1)

[System]Keyboard/Mouse hook

keybd_hook.txt

# tagging
# keyboard hook
# 키보드 마우스 후킹
# hooking, SetWindowHookEx
# pyHook python module

by nopter | 2007/08/02 15:06 | Python recipe | 트랙백

◀ 이전 페이지다음 페이지 ▶