diff --git a/BinaryObjectScanner/Packer/EXECryptor.cs b/BinaryObjectScanner/Packer/EXECryptor.cs new file mode 100644 index 00000000..28abb8d3 --- /dev/null +++ b/BinaryObjectScanner/Packer/EXECryptor.cs @@ -0,0 +1,12 @@ +namespace BinaryObjectScanner.Packer +{ + // TODO: Implement + public class EXECryptor + { + // Multiple "fake" section names, such as: + // "nywteoys", "w01oolod", "af9xtrvu", akottyw9", + // "n6t.cpbn". Across all samples, the same names + // are used for the same section numbers. This + // may be because all samples are from the same source. + } +}