coreData and interapp comm via TCP/IP

2010-04-30 Thread justin webster
I'm trying to decide on an approach and wondered if you guys ad any thoughts... I'm wanting to build an app which functions as both server and client - performing reasonably simple querying and file management between instances of the app across a LAN. each instance needs to keep it's own

disguising method and variable names in binary

2009-07-09 Thread justin webster
is there a way to replace all method and variable names with something meaningless at build time? obviously these things need meaningful names for my sake but I don't care what they're called in the binary. I've tried setting the strip build settings for my target but still see method

running out of NSPipes

2008-04-18 Thread justin webster
? is there another way to get a return from the shell? system() does what I need, as often as you like, except I can't get the return value. cheers, justin webster ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

Re: running out of NSPipes

2008-04-18 Thread justin webster
pclose(rtn); } thanks for the help justin On 19/04/2008, at 12:15 PM, Ken Thomases wrote: On Apr 18, 2008, at 6:05 PM, justin webster wrote: I'm pretty sure I've got everything alloc'ing and releasing in the right way I agree. It all looks correct. It may very well be a bug

how to hack my own apps

2008-04-03 Thread justin webster
just wondering how easy it is for would-be hackers to get inside my code. how meaningful and human-readable is a reverse engineered version of my app? is there a particular tool a hacker would use for Mac apps? any help much appreciated, justin