fixed

Obfuscation Tool

PBO Tools - Obfuscator v1.1.9.1

Changes:
  • Resolved an issue where autoappending strings would result in a syntax error.
  • Resolved an issue where loading MLODs would not show a warning.
  • Implemented 'AutoAppendStrings' in the config file.
  • Increased settings.json version number from 1.3 -> 1.4
SHA-256:
  • 8d9f35e27be3d69ad9685da35022c63981d3646311a890e688f0bab5521b850c
Note:
PBO Tools will not show there is an update, until our hosting provider resolves an issue. I am working with them Friday 26th (US time) to fix it. Until then, you will need to manually update the application.
Download:
Updated Config:
{
"Version": "1.4",
"Configuration": {
"SelectedGame": "DayZ",
"BinarizeLocation": "Temp",
"PBOOutputLocation": "P:\\Output\\",
"SigningKeyLocation": ""
},
"NotificationSettings": {
"NotifyOnErrors": true,
"NotifyOnSuccess": true,
"DisplayWarnings": true
},
"Updates": {
"CheckForUpdates": true
},
"ExclusionLists": {
"ExcludeFromPBO": [
".git\\",
".vs\\",
".vscode\\",
".idea\\",
".cfg",
".h",
".hpp",
".png",
".txt",
"thumbs.db",
".dep",
".bak",
".log",
".pew",
"source",
".tga",
".bat",
".psd",
".cmd",
".mcr",
".fbx",
".max",
"$VERSION$",
"$PRODUCT$",
"$PREFIX$"
],
"ExcludeFromCompression": [
".p3d",
".wss",
".ogg",
".jpg",
".wav",
".fsm",
".paa",
".bin"
]
},
"PBOSettings": {
"BinarizeModels": true,
"BinarizeConfigs": true,
"CompressPBO": true,
"JunkFiles": true,
"CrashUnpackers": true,
"ScrambleScriptPaths": true,
"UseWindowsGUIDs": false,
"InvalidFileExtensions": true,
"ComplexPaths": true,
"IncludeNonVisibleChars": true,
"ObfuscateClasses": true,
"ObfuscateFunctions": true,
"ObfuscateTypes": true,
"ObfuscateVariables": true,
"ObfuscateStrings": true,
"AutoAppendStrings": true,
"EnableTypeDefs": false
}
}