Re: making a data file
Re: making a data file
- Subject: Re: making a data file
- From: Steve Checkoway <email@hidden>
- Date: Mon, 26 Dec 2005 13:24:46 -0800
On Dec 26, 2005, at 10:13 AM, Steve Checkoway wrote:
$ otool -s __TEXT __text name.o|perl -ne 'next unless /[\da-f]
{6}/;@_=split; shift @_; print pack "H*", $_ for (@_)' > name.text
That {6} should be an {8}, I miscounted (not that it really matters).
- Steve
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden