PNG iDOT chunk
The various crypt levels brought my attention to the png image format after I wrote a small script decoding it to help me solve one of the levels. So I started writing a png library in python, with the goal that it could be useful to quickly analyze a png file (my initial script really saved me some time). I already have it working, but I still have a lot to implement.
Anyway, I was doing some fuzzing with random images from the internet and I found a few images containing an iDOT chunk. This chunk should be public according to its spelling, but is not described in the png specifications (here). I did lots of research about it but only found people asking what it was meant for, and no actual answer.
Does anyone knows what this chunk is about?
If anyone is interested by the python library, it is here (The current version on github contains lots of errors which I will solve in the next commit).
After doing some researches, it seems that iDOT has been introduced by Apple, but without documentation, violating the rule of publicness of the iDOT chunk, because according to the naming convention, of the 2nd letter is in capital, the chunk specification must be public: https://stackoverflow.com/questions/33894790/what-is-the-idot-chunk
Sorry that I cannot help you more on this topic :x
Apple has a reputation for developing proprietary hardware and software. It is the main reason that I don’t buy their products.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1
Hello Swift coders
Actually, my name (Darwin) is already an Apple’s OS. snif
Found this fact when I was searching a name for my OS ( DarwinOS was so cool :D )
https://en.wikipedia.org/wiki/Darwin_(operating_system)
Message me anytime!
Trying to* but yes I was a Windows user (And I still use it for some case don’t judge me)
And after 10 months learning how OS works how can it be done and at the same time I actually get my C# knowledge.
So, for now, the OS is on “”“"standby”“”“, the kernel isn’t finished at all yet, I was busy and I have some works to do first, sorry I have nothing to share with you, but if one day I publish it. I will share it with you guys for sure ! <3
Message me anytime!
Here’s another page talking about it for a different reason: https://www.landaire.net/post/apple-imageio-denial-of-service/
Best bet seems to be to examine that ImageIO handler a bit closer.