> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/security/labs/lab03-01.md).

# Lab03 01

## 정적 분석

* 패킹 여부를 확인할 수 있다.
* PE 구조를 확인할 수 있다.
* 패킹이 되어 있어 무슨 내용인지 확인하기 힘들다
* 현재 설치된 프로그램들의 내용을 정의
* 웹 브라우저 실행파일 경로로 실행파일을 실행시키고 원하는 주소를 입력, 관리자 권한으로 로그인해 비디오드라이브를 전송한다.
* 고 예상 할 수 있다.

## 동적 분석

* 문제의 프로세스를 찾을 수 없다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://krjaeh0.gitbook.io/j-log/security/labs/lab03-01.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
