Updates: Thoughts & Links

I came across this very nice Blog about OS X reversing: http://reverse.put.as/, nice articles and very nice tips & tricks.

I'm working on a "re-Method-izer" ATM, trying to get back high level objective C from a disassembly listing, written in PHP for rapid prototyping, I'm close to have something working... still need to sort out the getParentObject function/construct.

I didn't implement any logic block analysis for now (if...else/for/while constructs).

I might post something when I feel it's good enough.


In the meantime, Happy Reversing!