In this post I’m gonna talk about a flaw in the Mach-O file format which is the one used by Mac OS X.
The flaw is very old and well known.
Continue reading
Abusing the Mach-O file format
1
In this post I’m gonna talk about a flaw in the Mach-O file format which is the one used by Mac OS X.
The flaw is very old and well known.
Continue reading
We often hear all sort of things when it comes to Mac OS X Kernel, that it’s written in C++, it’s a microkernel.. blabla…
But, what is it really ?
Continue reading
Not so far ago, I was lost on the net, and I found a piece of code to simulate a Kernel Panic in the osxbook site.
Well, and as we are Mac Users, we don’t see this kind of thing very often [TROLL]Not like on Windows[/TROLL], so I decided to share this little piece of code ![]()
Continue reading
I don’t know you, but when I needed to do I/O operations I often wondered what was the best buffer size to read / write bytes.
After some research I finally found, so I’ll share it with you.
Continue reading