Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

This code can output as a file the shuffled list as a "const uint8_t dllBuffer[] = { ... };" format.

Example:

Shuffled: const uint8_t dllBuffer[] = { 0x4, 0x0, 0x0, 0x4d, 0x0, 0x0, 0x0, 0x3, 0x90, 0x0, 0x0, 0x5a };
Original: const uint8_t dllBuffer[] = { 0x4d, 0x5a, 0x90, 0x0, 0x3, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0 };

About

Shuffle uint8_t addr list and unshuffle it

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages