8000 Merge branch 'master' of github.com:coderforlife/pe-file · coderforlife/pe-file@4677e0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4677e0d

Browse files
committed
Merge branch 'master' of github.com:coderforlife/pe-file
2 parents 1f1b677 + b3bf4e2 commit 4677e0d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Compiled Object files
2+
*.slo
3+
*.lo
4+
*.o
5+
6+
# Compiled Dynamic libraries
7+
*.so
8+
9+
# Compiled Static libraries
10+
*.lai
11+
*.la
12+
*.a

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pe-file
2+
=======
3+
4+
Basic utility code for reading and modifying PE files (EXE, DLL, ...)

0 commit comments

Comments
 (0)
0