mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
Add some notes about EXECryptor
This commit is contained in:
12
BinaryObjectScanner/Packer/EXECryptor.cs
Normal file
12
BinaryObjectScanner/Packer/EXECryptor.cs
Normal 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.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user