The Forum is up for sale: XeNTaX Forum looking for new owner

Search found 4 matches

by retroartebox
Tue Jan 03, 2023 1:01 am
Forum: Holy Cow!
Topic: how to decrypt .xml using powershell
Replies: 0
Views: 347

how to decrypt .xml using powershell

I need help from masters in powershell and binary files. I'm trying to decode .xml files using powershell and this is the code I'm using: Get-ChildItem -path 'D:\yatomanne.xml' -Recurse | ForEach-Object { $content = $_ | Get-Content Set-Content -PassThru $_.Fullname $content -Encoding UTF8 -Force} |...
by retroartebox
Fri Aug 12, 2022 5:57 pm
Forum: Compressed files and methods
Topic: Riders of Icarus - decrypting XML files
Replies: 0
Views: 291

Riders of Icarus - decrypting XML files

I need help to unzip some XML files of a game made in cry engine 3, it's called riders of icarus, here are the xml files, is there any program that can decrypt XML BINARIO?