Source code

This page contains a list of my source code that is hosted on github.

You’re welcome to download and use the source in any programming project, free or commercial, at your risk.

If you encounter any problem using it, or have any suggestions, feel free to contact me at : nyx0uf[AT]gmail[DOT]com

moatool

moatool means Mach-O Archive Tool, As its name suggest it, it’s an utility which handle Mach-O archives, format used by Mac OS X.
More precisely, moatool allow you to reduce Mach-O archives by stripping the useless platform code.

Read more about it here !

The code is under the Simplified BSD license, you can grab it on github.

NYXImagesUtilities

This is a set of handy categories for the UIImage class that allow filtering, masking, resizing, rotating.

The project is released under the Simplified BSD license and can be found on my github.