Skip to content

Commit c296672

Browse files
committed
Create README.md
1 parent c0a85ea commit c296672

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# pe-image-for-delphi
2+
3+
This is Delphi library to work with Portable Executable Image files.
4+
The main purpose is to make parsing image structures of 32/64 bit image easy.
5+
Now it can parse most used things, like: sections, imports, exports, resources and tls.
6+
7+
Also it can write image, but that was not primary goal.
8+
9+
ToDo:
10+
11+
- There must be introduced sparsed/paged virtual memory concept (just like Windows does)
12+
Currently all section data is loaded into memory.
13+
Some virus samples tested can crash loading because of using too big virtual address range.
14+
With normal compiler generated images you won't have such problem.

0 commit comments

Comments
 (0)