clARMOR
clARMOR copied to clipboard
Finish code standardization cleanup
As part of our process of releasing clARMOR from inside of AMD, we began cleaning up some of our code sprint messiness and standardizing style, etc.
We didn't complete all of these in time for our planned release, so some of our current code contains cruft that should be cleaned up. For example: standardizing on line lengths, reducing some of the gargantuan functions into easier-to-maintain chunks, and splitting up some large files into smaller, more readily understood files.
For example, the cl_interceptor directory is still a bit of a mess, as is bufferOverflowDetect.c.