Skip to content
Advertisement

Tag: objective-c

MacOS Create a Process in suspended state

Use-case Create a new process ( running an arbitrary application ) in suspended mode ( using eg. exec ) Process created ( MachO loaded ) but no single line of code executed Do some stuff w/ the suspended process memory Resume the process On windows, once can use CreateProcess in conjunction with the “CREATE_SUSPENDED” to achieve the above mentioned. Is

Is it possible to compile Objective-C code on a PC?

I would like to start learning Objective-C for future iOS development. I understand that there are many large hurdles in getting an iPhone app to work on a PC but I’m trying to avoid all of that and just get familiar with the Objective-C language itself without all of the added mobile features. Is there a way to compile Objective-C

Advertisement