Hacker News new | ask | show | jobs
by byEngineer 4249 days ago
thank you very much for explaining that! So it is really quasi-random image generator with the initial string being a seed?
1 comments

no, the original string is not really a seed, and it's not really quasi-random. It's highly deterministic based on the structure of the program under test, and to a far lesser extent the original seed. In this case, I would be very surprised whether the original bytes of 'hello' have any impact whatsoever on the first valid JPEG image it finds.