Skip to content

Commit 5b40472

Browse files
committed
update readme
1 parent ba3f480 commit 5b40472

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

README.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,15 @@ Fork from HackGyver
55
-------------------
66

77

8-
> PTS is a C tool providing the ability of packing PE and ELF files.
9-
> It will compress and encrypt the target file.
8+
PTS is a C tool providing the ability of packing PE and ELF files.
9+
It will compress and encrypt the target file.
1010

1111

12-
> It will contain a CLI to allow the user to chose between two methods of packing:
13-
> - fill the end of the code section if there is enough space
14-
> - or create a new section containing the loader code (aka Jump Far method)
15-
16-
17-
> The first main part of the project is to code a PE viewer and ELF viewer (like
12+
The first main part of the project is to code a PE viewer and ELF viewer (like
1813
readelf).
19-
> Of course tools already exist to do this but it's more interesting to code it
14+
Of course tools already exist to do this but it's more interesting to code it
2015
by ourselves.
2116

2217

23-
> The second main part is the packer itself, where PTS has to manage the
18+
The second main part is the packer itself, where PTS has to manage the
2419
informations to modify to headers and co.
25-
26-
27-
> And finally, there is the loader.
28-
> We are dealing here with ASM code in order to write a loader which will decode
29-
and decompress the sections.
30-
> We will surely have to write several ones to run with Windows and GNU/Linux.
31-
32-
33-
> This project is created by the HackGyver which is a lovely place to be.
34-
> So sweet!
35-
36-
37-
> Enjoy!

0 commit comments

Comments
 (0)