Skip to content

Commit

Permalink
PE 101 page
Browse files Browse the repository at this point in the history
  • Loading branch information
angea committed Oct 28, 2018
1 parent 345d090 commit 377c3bf
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 1 deletion.
9 changes: 8 additions & 1 deletion binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,14 @@ Dissection with more descriptions, and explanations (my initial style of binary

source Inkscape SVGs and PoC with their sources are included

<a href="pe101/pe101.pdf"><img src="PE101.png" width="300"></a>
[PE 101](pe101/README.md)

<a href="pe101/README.md">
<img src="pe101/pe101l.png" width="300">
<img src="pe101/pe101-64.png" width="300"></a>

### Others

<a href="elf101/elf101.pdf"><img src="ELF101.png" width="300"></a>
<a href="zip101/zip101.pdf"><img src="ZIP101.png" width="300"></a>
<a href="macho101/macho101.pdf"><img src="Mach-O101.png" width="300"></a>
Expand Down
89 changes: 89 additions & 0 deletions binary/pe101/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# PE 101 - a windows executable walkthrough

A walkthrough of a simple Portable Executable.

My first poster ever and my first artwork with Inkscape.

Started in April 2012.

<img src="pe101.png" width=600/>

# Alternate versions

## light version

[PNG](pe101l.png) [PDF](pe101l.pdf) [SVG](pe101l.svg)

<kbd><img src="pe101l.png" width=600/></kbd>

## 64 bit version

[PNG](pe101-64.png) [PDF](pe101-64.pdf) [SVG](pe101-64.svg)

<img src="pe101-64.png" width=600/>

# Translations

## Arabic: العربية

تجول خلال ملف ويندوز تنفيذي - وليد عصر
[PNG](pe101ar.png) [PDF](pe101ar.pdf) [SVG](pe101ar.svg)

<img src="pe101ar.png" width=600/>

## German: Deutsch

Ein Überblick über Windows Executables - Daniel Plohmann
[PNG](pe101de.png) [PDF](pe101de.pdf) [SVG](pe101de.svg)

<img src="pe101de.png" width=600/>

## Spanish: Español

un recorrido por los ejecutables de windows - Gorka Ramírez
[PNG](pe101es.png) [PDF](pe101es.pdf) [SVG](pe101es.svg)

<img src="pe101es.png" width=600/>

## French: Français

visite guidée d´un exécutable Windows
[PNG](pe101fr.png) [PDF](pe101fr.pdf) [SVG](pe101fr.svg)


<img src="pe101fr.png" width=600/>

## Japanese: 日本語

Windows実行可能形式 - 板橋一正
[PNG](pe101ja.png) [PDF](pe101ja.pdf) [SVG](pe101ja.svg)

<img src="pe101ja.png" width=600/>

## Korean: 잉글리시

윈도우 실행 정보 - 번역
[PNG](pe101ko.png) [PDF](pe101ko.pdf) [SVG](pe101ko.svg)

<img src="pe101ko.png" width=600/>

## Polish: Polski

Plik PE krok po kroku v1.1 - Adam Błaszczyk & Gynvael Coldwind
[PNG](pe1011pl.png) [PDF](pe1011pl.pdf) [SVG v1.0](pe101pl.svg)

<img src="pe1011pl.png" width=600/>

## Russian: Русский

пошаговое руководство к исполняемым файлам (EXE) Windows - Lyr1k
[PNG](pe101ru.png) [PDF](pe101ru.pdf) [SVG](pe101ru.svg)

<img src="pe101ru.png" width=600/>

## Chinese: 中文

Windows可执行文件详解 - 译者 童进
[PNG](pe101zh.png) [PDF](pe101zh.pdf) [SVG](pe101zh.svg)

<img src="pe1011pl.png" width=600/>
Binary file added binary/pe101/pe101-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added binary/pe101/pe101.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed binary/pe101/pe101pl.png
Binary file not shown.

0 comments on commit 377c3bf

Please sign in to comment.