2

I have recently been trying to make a keylogger for macs (since I work on one) JUST FOR FUN, no intent to use it. I have literally been looking around for 10+ hours and have found zero documentation of hooks for macs. Could anyone point me in the right direction?

Josh King
  • 21
  • 1
  • 3

1 Answers1

2

Make a KEXT and load it up!

http://developer.apple.com/library/mac/#documentation/Darwin/Conceptual/KernelProgramming/About/About.html

Might need to read a good bit of this...

http://developer.apple.com/library/mac/#documentation/DeviceDrivers/Conceptual/IOKitFundamentals/Introduction/Introduction.html#//apple_ref/doc/uid/TP0000011-CH204-TPXREF101

Lots of overhead involved if you aren't up to speed.

If you want to get right to it, there was a good phrack article on osx rootkits an issue back...

http://www.phrack.com/issues.html?issue=66&id=16#article

Brandon Frohbieter
  • 17,563
  • 3
  • 40
  • 62