Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
stop68675yThere is c-code which is, when compiled with gcc and special arguments, results in a 4 GB Binary.
-
@stop Well there is compiling in debug. I compiled a game engine that normally is <50MB. When compiled with debug on it was like 1GB.
-
@Kimmax No, that was the result of a CI pipeline. That wasn't a zip bomb, it was corrupted. Can't provide further details without breaking an NDA
-
@kescherRant Well its just 19 bytes. That means it could be brute force recreated? 0 to 255 for each byte. Keep trying until zip sees it as a valid zip. That might take a while...
-
@Demolishun It showed up as LZMA with broken parameters in 7-Zip. I don't think it can be recreated in a valid way. Not even a valid .jar in the first place.
Related Rants
I will never forget that screenshot of a corrupt jar file viewed in 7-Zip containing something with a compressed size of 19 bytes, which would result in more than 1 TB uncompressed
Things like these are why I'm still breathing
random
kotlin
java
memories