Skip to content

DisplayGFX/TinyShell-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinyshell Decipher

Work in progress.

how to build

use the VSCode folder, or if you want to build it manually, simply

gcc -g *.c -o myApp

how to use

First, extract the traffic into two files, the client.bin, and the server.bin. They must be ascii hex, one linebreak per transmission. Will be revised in the future

Once you have those two files, you can simply give it the files in this order

./myApp client.bin server.bin

Will there be more work?

In the future. if things dont get too out of hand. I want to get this polished.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages