Skip to content

burnedskies/glyph-substitution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glyph Substitution

This is an attempt at a proof-of-concept of the Glyph Substitution obfuscation method discussed in a Huntress blog post on GOOTLOADER (November 2025).

For this proof-of-concept we take a font file, apply a simple substitution cipher (ROT13) to its glyph data, and load the modified font in a demo page. When that font is applied to page elements, text encoded with ROT13 (for example Uryyb Jbeyq!) is visually rendered as the decoded string (Hello World!).

About

PoC attempt for Gootloader's glyph substitution obfuscation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors