File tree Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Original file line number Diff line number Diff line change @@ -5,33 +5,15 @@ Fork from HackGyver
5
5
-------------------
6
6
7
7
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.
10
10
11
11
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
18
13
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
20
15
by ourselves.
21
16
22
17
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
24
19
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!
You can’t perform that action at this time.
0 commit comments