topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 10:36 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: dehexify: Converts %FF-like hexadecimal characters to ASCII  (Read 6590 times)

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,466
    • View Profile
    • Donate to Member
Unbenannt.pngdehexify: Converts %FF-like hexadecimal characters to ASCII

Useful for JSON transfer analysis. Enjoy.

(Update: Smaller binary.)

Source code: https://code.rosaelefanten.org/dehexify
« Last Edit: March 05, 2020, 03:52 AM by Tuxman »

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: dehexify: Converts %FF-like hexadecimal characters to ASCII
« Reply #1 on: March 05, 2020, 03:43 AM »
This looks useful. Thanks!

Google + YouTube add tracking information to links automatically. They usually do this by "hexifying" the URL as part of a link to their tracker. e.g., https://www.youtube.com/redirect?q=https%3A%2F%2Fdiscord.gog%2FSk4M3Y3.

I can use this tool to easily extract the original clean URL from the dirty tracker URL and not get tracked!

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,466
    • View Profile
    • Donate to Member
Re: dehexify: Converts %FF-like hexadecimal characters to ASCII
« Reply #2 on: March 05, 2020, 03:52 AM »
I admit that my tool is not made for automatization. If you need to process ("pipe") hex strings automatically, a Perl script might be a better choice...