Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

XML videos decrypt help

Featured Replies

  • Author
  • Localization

aluigi, posted Sun Dec 28, 2014 8:46 pm (2366)


The file is simply xored with 0x05.
You can use my xor tool or the following script:
Code:
get NAME basename
get SIZE asize
get XOR_VALUE byte
savepos OFFSET
math SIZE -= OFFSET
filexor XOR_VALUE
getdstring EXT 3
string NAME = "."
string NAME = EXT
log NAME OFFSET SIZE

*script updated to work with any file*
  • Author
  • Localization

raykingnihong, posted Mon Dec 29, 2014 6:39 am (2371)


aluigi wrote:
The file is simply xored with 0x05.
You can use my xor tool or the following script:
Code:
get NAME basename
string NAME = ".flv"
get SIZE asize
filexor 0x05
log NAME 0 SIZE
My good friend, thank you very much for your help, I am testing the script and FLV files are extracted. But that doesn't play FLV video files, FLV video I compared the other seems different here are sample https://onedrive.live.com/redir?resid=6 ... =folder,
  • Author
  • Localization

aluigi, posted Mon Dec 29, 2014 8:36 am (2374)


Probably they are modified to avoid playback but the xoring is correct.
  • Author
  • Localization

raykingnihong, posted Tue Dec 30, 2014 5:25 am (2385)


Thank you, my friends, thank you for your help
  • Author
  • Localization

MerlinSVK, posted Tue Dec 30, 2014 11:22 am (2387)


That FLV is playable. Just delete first 0x00 byte.
  • Author
  • Localization

aluigi, posted Tue Dec 30, 2014 12:03 pm (2392)


Well done, I have updated the script accordingly :D
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.