Hands-on guides for users, developers, operators, and AI agents.
사용자, 개발자, 운영자, AI 에이전트를 위한 실습 가이드.
| Tutorial | Description / 설명 |
|---|---|
| 00-install-setup.md | Installation on Windows/Linux/macOS / 설치 가이드 |
| 01-first-ida-analysis.md | First IDA binary analysis / 첫 IDA 바이너리 분석 |
| 02-first-jeb-analysis.md | First JEB APK analysis / 첫 JEB APK 분석 |
| Tutorial | Description / 설명 |
|---|---|
| 03-binary-comparison.md | Comparing two binaries with diff / 바이너리 비교 분석 |
| 04-batch-analysis.md | Batch analysis of multiple files / 다중 파일 배치 분석 |
| 05-type-system.md | Structs, enums, vtables, signatures / 타입 시스템 활용 |
| 06-annotations-snapshots.md | Saving and sharing analysis state / 분석 상태 저장/공유 |
| Tutorial | Description / 설명 |
|---|---|
| 07-ida-exec-scripts.md | Writing IDA exec scripts / IDA exec 스크립트 작성 |
| 08-jeb-exec-scripts.md | Writing JEB exec scripts (Jython 2.7) / JEB exec 스크립트 |
| 09-rpc-automation.md | Direct RPC calls with curl / curl로 RPC 직접 호출 |
| Tutorial | Description / 설명 |
|---|---|
| 10-add-cli-command.md | Adding a new CLI command / 새 CLI 명령 추가 |
| 11-add-rpc-handler.md | Adding a new RPC handler / 새 RPC 핸들러 추가 |
| Tutorial | Description / 설명 |
|---|---|
| 12-gateway-setup.md | Gateway deployment and configuration / Gateway 배포 + 설정 |
| 14-remote-analysis.md | Remote analysis via Gateway (-R mode) / Gateway 원격 분석 |
| 15-gateway-management.md | Gateway management commands (16 commands) / Gateway 관리 명령 |
| 16-security-multi-instance.md | Security config + multi-instance / 보안 설정 + 다중 인스턴스 |
| Tutorial | Description / 설명 |
|---|---|
| 13-ai-agent-analysis.md | Automated analysis with Claude Code / Claude Code 자동 분석 |