Skip to content

Commit

Permalink
new post 'obfuscators memo'
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrrrr committed Nov 30, 2024
1 parent 1ba411a commit c8b0806
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/content/posts/pe-format/PEフォーマット構造.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: PEフォーマット構造と難読化
published: 2024-11-30
description: 'これはメモです。vmprotectについて調べた時の以下のような資料を保存します。'
image: ''
tags: []
category: ''
draft: true
lang: 'ja'
---

![](./A-general-layout-of-PE-file-depicting-members-of-the-PE-Header-and-PE-Optional-Header.png)
**AddressOfEntryPoint** 実行開始アドレスを格納

[PE Format.pdf](https://www.openrce.org/reference_library/files/reference/PE%20Format.pdf)
[仮想マシンベースの難読化: 概要](https://www.hackcyom.com/2024/09/vm-obfuscation-overview/)

0 comments on commit c8b0806

Please sign in to comment.