/conceptual/iphoneosprogrammingguide/RuntimeEnvironment/RuntimeEnvironment.html#//apple_ref/doc/uid/TP40007072-CH2-SW1
Cheers,
Graham.
--
Graham Lee
http://blog.securemacprogramming.com/
Author - Professional Cocoa Application Security
http://www.amazo
yptorCreate
001064b3 T _CCCryptorCreateFromData
00106446 T _CCCryptorFinal
00106466 T _CCCryptorGetOutputLength
0006fb93 T _CCCryptorRelease
00106486 T _CCCryptorReset
0006f06d T _CCCryptorUpdate
Which SDK are you linking against?
Graham.
--
Graham Lee
http:/
that's not foolproof either :-(
Graham.
--
Graham Lee
http://blog.securemacprogramming.com/
Pre-order now! - Professional Cocoa Application Security
http://www.amazon.co.uk/gp/product/0470525959?ie=UTF8&tag=thaeofer-21&linkCode=as2&camp=1634&creat
On 25 Feb 2010, at 01:41, Greg Parker wrote:
> On Feb 24, 2010, at 5:27 PM, Graham Lee wrote:
>> On 24 Feb 2010, at 22:57, Michael A. Crawford wrote:
>>> Part of your response suggests that if there was an existing framework that
>>> was openly available, it wouldn
bad can find the issues. Good people fix 'em.
Cheers,
Graham.
--
Graham Lee
http://blog.securemacprogramming.com/
Coming soon - Professional Cocoa Application Security
http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0470525959.html
___
Coco
n the
> application folder
> to anybody.
>
> Is there another way to do this ?
You could _distribute_ them in the app bundle, then copy the files to
~/Library/Application Support/com.yourcompany.yourapp/ when it is first
launched. Use and change the deployed copies from then on.
C
On Sep 7, 2009, at 21:45 , Edward Chan wrote:
Great...
How long ago did you ask the Apple engineers? I haven't tried this
piece of code with Snow Leopard actually...
This was back in February, I was probably testing on Leopard. The
difference between what you and I tried was that I used -
b
On Sep 7, 2009, at 20:02 , Edward Chan wrote:
Hello,
I'm using KVO on a Distributed Object, and I am binding my UI controls
based on the observer.
Hi,
not much of constructive help from me I'm afraid, just a warning. I
also did the same thing once, and the reaction from Apple engineers
w
cognize. Anybody know what the "ยค" is, and how I can get "$" back
> as the default?
>
That's the "generic currency symbol".
Cheers,
Graham.
--
Graham Lee
Senior Mac Software Engineer
tel: +44 1235 540266
SOPHOS - simply secure
Sophos Plc, The Pent
ing those methods (it either hasn't yet entered it's "initial"
state or is transitioning out of its "final" state). If your accessors rely
on the internal state of the object being "normal", they could blow up when
called in these methods.
Cheers,
Graham.
aking about WebKit.
As always there'll also be general NSDiscussion, and the occasional pint of
beer.
http://cocoaheads.org/uk/Swindon/index.html
Hope to see you there,
Graham.
--
Graham Lee
Senior Mac Software Engineer
tel: +44 1235 540266
SOPHOS - simply secure
Sophos Plc, The Pentagon
switching on the same box? Both apps
are using the same temporary data...
Cheers,
Graham.
--
Graham Lee
Senior Mac Software Engineer
tel: +44 1235 540266
SOPHOS - simply secure
Sophos Plc, The Pentagon, Abingdon Science Park, Abingdon, OX14 3YP, United
Kin
p
> switch (tag)
> {
> case IDC_CUT:
> ...
> case IDC_COPY:
> ...
> case IDC_PASTE:
> ...
> }
You could call it a SELector.
Cheers,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos Plc.
+44 1235 540266
http://www.sophos.com/
Sophos Pl
, NSTemporaryDirectory() should be somewhere like:
/var/folders/6G/6GtcG4aOHt0FanslHMn1Hk+++TI/-Tmp-/
which includes the security session ID in the path. That means that even if
the same user is running your Foundation code multiple times in different
login sessions, they won't be able to clobber
ileged operations.
Cheers,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos Plc.
+44 1235 540266
http://www.sophos.com/
Sophos Plc, The Pentagon, Abingdon Science Park, Abingdon, OX14 3YP, United
Kingdom.
Company Reg No 2096520.
in replacements for their
legitimate antecedents. But I'm pretty sure that while it's possible people
will do it, even if the pay-off were to disappear :-(
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos Plc.
+44 1235 540266
http://www.sophos.com/
Sophos Plc, The
pass it to the helper -
the helper then only performs privileged operations if it agrees that it has
received the authorisation.
Cheers,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos Plc.
+44 1235 540266
http://www.sophos.com/
Sophos Plc, The Pentagon, Abingdon Science Park, A
of a problem.
You can use a VolumeCheck script as described in the Apple developer
documentation for installer packages to restrict which volumes the package
can be installed to.
In general, you'll have more luck with installer questions in
installer-...@lists.apple.com.
Cheers,
Graham.
--
Graham
ptions] image
Attaches resources (software license agreements, for
example)
to a disk image.
Hope that helps,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos Plc.
+44 1235 540266
http://www.sophos.com/
Sophos Plc, The Pentagon, Abingdon Science Park,
l
Particularly the 'udifrez' command.
Cheers,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos Plc.
+44 1235 540266
http://www.sophos.com/
Sophos Plc, The Pentagon, Abingdon Science Park, Abingdon, OX14 3YP, United
Kingdom.
Co
ct f_ffree to find the number of nodes
which are occupied. Also, you need to test that neither of these numbers is
-1, as some filesystems don't support telling you that stuff.
Cheers,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos Plc.
+44 1235 540266
http://www.soph
ich is is for each factory
> method.
>
File bugs :-)
Cheers,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos
Tel: 01235 540266 (Direct)
Web: http://www.sophos.com
Sophos - Security and Control
Sophos Plc, The Pentagon, Abingdon Science Park, Abingdon,
OX14 3YP, United
roject like that in a previous job, where we had
a requirement to process thousands of things/sec and our existing solution
was capable of tens/sec. Rather than see what we could eke out of our
solution, we went back to the whiteboard and optimised the design. In that
case, this was not a foolis
but also means you directly use the model
class. An example of that approach is
NSAttributedString(AppKitAdditions).
Cheers,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos
Tel: 01235 540266 (Direct)
Web: http://www.sophos.com
Sophos - Security and Control
Sophos
Hi all,
September's CocoaHeads Swindon will be at the Glue Pot pub, at 20:00 BST
on Monday 1st September. As ever, the website for more information is:
http://cocoaheads.org/uk/Swindon/index.html
See (some of) you there!
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, S
site:
http://cocoaheads.org/uk/Swindon/index.html
See you* there!
* [cocoaDevSubscribers intersectSet: peopleLivingNearSwindon];
Cheers,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos
Tel: 01235 540266 (Direct)
Web: http://www.sophos.com
Sophos - Security and Control
Sophos Plc, Th
(you probably want [[NSRunLoop currentRunLoop] run]).
Cheers,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos
Tel: 01235 540266 (Direct)
Web: http://www.sophos.com
Sophos - Security and Control
Sophos Plc, The Pentagon, Abingdon Science Park, Abingdon,
OX14 3
ells the ObjC runtime what class the instance is. I.e.
given an NSMutableData *foo:
(NSData *)foo "is a" NSMutableData
(NSObject *)foo "is a" NSMutableData
(id) foo "is a" NSMutableData
Cheers,
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos
Tel: 01235
ence/reference.html
Should fit the bill ;-)
Graham.
--
Graham Lee
Senior Macintosh Software Engineer, Sophos
Tel: 01235 540266 (Direct)
01235 559933 (Reception)
Web: http://www.sophos.com
Sophos - security and control
Sophos Plc, The Pentagon, Abingdon Science Park, Abingdon,
OX14 3YP,
[EMAIL PROTECTED] wrote on
2008-04-07 17:47:30:
> I'm looking for an open-source NSToolbar-like toolbar implementation...
> do any exist? I haven't found any yet.
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Source has one :-)
Cheers,
Graham.
--
Graham Lee
Macintosh S
30 matches
Mail list logo