On Tue, Jan 6, 2009 at 3:55 AM, Kyle Sluder <kyle.slu...@gmail.com> wrote: > you're on i386, self is at EBP[8] anyway (I'm unfamiliar with the
Correction, self is at EBP[4]. But you're probably interested in the first parameter to the method, not the NSIBObjectData object, so you want EBP[12] (self at EBP[4], cmd at EBP[8], first arg at EBP[12], ...). --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com