Skip to content

Commit ee5ed5e

Browse files
committed
Add some notes about EXECryptor
1 parent 7fcdfce commit ee5ed5e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
namespace BinaryObjectScanner.Packer
2+
{
3+
// TODO: Implement
4+
public class EXECryptor
5+
{
6+
// Multiple "fake" section names, such as:
7+
// "nywteoys", "w01oolod", "af9xtrvu", akottyw9",
8+
// "n6t.cpbn". Across all samples, the same names
9+
// are used for the same section numbers. This
10+
// may be because all samples are from the same source.
11+
}
12+
}

0 commit comments

Comments
 (0)