Technical notes, my online memory
Tuesday, October 29, 2013
Exceptions.plist: interesting tweaks, including Gatekeeper forced opt-in
›
The Exceptions.plist is quite interesting: defaults read /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist ...
BIOS malware
›
Interesting recent developments on the BIOS malware front. MITRE delivered Copernicus and this blackhat talk , and Dragos Ruiu is on the t...
Saturday, October 26, 2013
OS X XProtect
›
XProtect is Apple’s built-in AV system for OS X. I took at look at it on 10.8 (Mountain Lion). Virus definitions are stored in a simple fo...
Friday, October 25, 2013
Python: object container's __str__ calls __repr__ for the objects it contains
›
This should look familiar: In [6]: class NewShiny(object): def __str__(self): return "something readable" ...: I...
OS X file types: Uniform Type Identifiers (UTI)
›
As a follow on from the post about MIME types and default handlers on OS X , here's a bit more about types in general. Apple explains i...
Thursday, October 17, 2013
OpenBSM auditd on OS X: these are the logs you are looking for
›
OpenBSM is an implementation of the now decades old Sun Basic Security Module (BSM) API and file format, written for OS X Panther (10.3) by...
1 comment:
Tuesday, October 8, 2013
Fix bad timezones in EXIF on JPEG photos
›
If you're like me you always forget to change the timezone on your camera when you fly somewhere. It's often not until partway thro...
‹
›
Home
View web version