Win32 Issues.
- Dominant language
- C
- Stars
- 1.2k
- Forks
- 133
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I modified the source slightly to remove the random generation, preset strings, output data, and accept input parameters.
The output prints argv[1] which is equivalent to a strings[j].
Then the hex output of the decompressed data.
Then the output of the compressed data.
Example:
quick brown fox jumps over the lazy dog.
0x717569636b2062726f776e20666f78206a756d7073206f76657220746865206c617a7920646f672e
0xfe712683fe6b5e734129dcfa
However changing the input slightly causes this output:
The quick brown fox jumps over the lazy dog.
0x54686520717569636b2062726f776e20666f78206a756d7073206f76657220746865206c617a7920646f672e
0x48
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.