Skip to content

Quick command-line utility for playing with invalid UTF8 strings.

Notifications You must be signed in to change notification settings

travisgoodspeed/utftool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Howdy y'all,

This is a quick little tool for playing around with UTF-8 strings. Intended for use in security research, this tool takes care to support illegal runes and awkward regions. The tool is primarily written in Golang, but test cases are included in other languages for quickly testing the legality of strings.

Since I don't expect many folks to use it, I've taken the liberty of a short cut or two. Sorry about that.

Examples:

./utftool -diagram "cat: кот"
Diagram:
63 61 74 3a 20 d0 d0 d1
               ba be 82

--Travis

About

Quick command-line utility for playing with invalid UTF8 strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published