mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-25 07:40:04 +00:00
Register encoding provider for ExecutableTest
This commit is contained in:
@@ -16,6 +16,9 @@ namespace ExecutableTest
|
||||
return;
|
||||
}
|
||||
|
||||
// Register the codepages
|
||||
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
|
||||
|
||||
// Loop through the args
|
||||
foreach (string arg in args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user