Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Tuesday April 22, 2025, 11:30 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.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
DonationCoder.com Software
»
DC Member Programs and Projects
»
dehexify: Converts %FF-like hexadecimal characters to ASCII
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: dehexify: Converts %FF-like hexadecimal characters to ASCII (Read 9005 times)
Tuxman
Supporting Member
Joined in 2006
Posts:
2,517
dehexify: Converts %FF-like hexadecimal characters to ASCII
«
on:
March 05, 2020, 03:23 AM »
dehexify: 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,792
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,517
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...
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
DonationCoder.com Software
»
DC Member Programs and Projects
»
dehexify: Converts %FF-like hexadecimal characters to ASCII