Add some notes about EXECryptor

This commit is contained in:
Matt Nadareski
2025-09-26 20:51:29 -04:00
parent 7fcdfce152
commit ee5ed5e833

View File

@@ -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.
}
}