Executable file format utilized by Darwin.
0
votes
1answer
19 views
Parsing dSYM (Mach-O) File. Issue with Endianness
I'm trying to write a simple parser for the mach-o file that is included inside the dSYM file. When I open the file on a hex editor (Hex Fiend or Hex dump on TextWrangler). I see something like this.
...
0
votes
1answer
23 views
Missing IDA PRO Mach-O file for ARMv6 support
I've just downloaded IDA Pro 6.4 demo version and when i try to open an iPhone binary file i can only chose "Macho-O file (EXECUTE).ARMv7 [macho.ldw]".
I've seen people having to chose between ARMv6 ...
1
vote
1answer
42 views
Base addresses (Program Counters) of symbols (methods and functions) do not match. Off by 1
I have some code in my app that sends me the stack trace of uncaught exceptions.
"0 CoreFoundation 0x3ad073ff <redacted> + 186",
"1 libobjc.A.dylib 0x39412963 objc_exception_throw + ...
1
vote
2answers
41 views
Apple Mach-O Link
I got an error while compiling my code. The issue identifier labels it as 'Apple Mach-O Link Linker command failed'. I have no clue what this is so I have not been able to find a solution.
...
1
vote
1answer
112 views
Apple Mach-O linker error with duplicate symbols even after linking the .m class files to the build phases in Xcode
When i build and run my project the only error i get, turns out to be the Apple Mach-O linker error
20 duplicate symbols for architecture i386
Linker command failed with exit code 1 (use -v to see ...
0
votes
1answer
30 views
Tabris Xcode Apple Mach-O Linker Error
I tried to get the Tabris iOS-Client working.
I imported everything in Xcode, registered my Phone as a Developer-Phone on Apple's page. Downloaded my provisioning profile and created a new Tabris ...
0
votes
2answers
24 views
Linking and Inheritance in ios
I have one problem.
I have two classes both inherit the some class.
@interface History : ViewController ....
@interface Details : ViewController .....
Problem is that I have to import Details ...
0
votes
1answer
60 views
Opencv 2.3.0 Flann linking error (Xcode)
I have an older system (OSX 10.6.8 with xcode 4.0) and I'm trying to get OpenCV 2.3.0 to work on it. The problem that I can't resolve is that whenever I try to use the flann library, my xcode gives me ...
1
vote
2answers
182 views
Apple Mach-O Linker Error
I have tried to add a testunit target to my project but failed enourmously.
My testunit requires libxml2.dylib (actually libxml2.2.dylib) and of course sentestingunit.framework.
I add the ...
0
votes
0answers
29 views
Jailbroken iOS: line number of source for framwork/library in GDB
I statically compiled JavaScriptCore source in debug mode given at opensource.apple.com for iOS. Purpose is to examine an App that uses JavaScriptCore at runtime. I have no source for the App I'm ...
0
votes
0answers
122 views
export symbols from IDA pro for use in GDB
I have a dylib file a2.dylib I disassembled in IDA pro which is stripped of symbols. I have used a1.dylib which has symbols albeit older version of a2.dylib with Bindiff to diff out function names to ...
0
votes
1answer
57 views
mov rax,[res] does not work in macho64
My code:
section .data
res db 0
section .text
global _main
extern _printf
extern _scanf
_main
..blablabla.....
mov rax,[res]
..blablbabla....
ret
And error: Mach-O 64-bit ...
3
votes
1answer
126 views
Wrong method implementation address from otool for armv7?
I'm constantly getting 1 byte offset for implementation address of method shown by 'otool'.
For an example 'otool -o' gives 0xe99d5 but 'otool -tvV' gives:
+[NSError(SomeCategory) someMethod]:
...
0
votes
1answer
154 views
xCode iOS Dev - Apple Mach-O Linker Error // Dsymutil Error
I'm in SERIOUS need of help. I have had 3 unsuccessful evenings of unproductive coding. Please someone, figure this error out & make me feel stupid for overlooking something so simple. :)
...
1
vote
1answer
133 views
Interpreting ARM/MachO with LLVM for analysis and optimization?
I've spent a great deal of time reading the LLVM source tree. It is quite an impressive piece of engineering!
Anyhow, I have been trying to convert some MachO Arm Binaries that I have into the LLVM ...
0
votes
1answer
14 views
Double imports of similar function name in a Mach-O file
I was looking into the import section of a Mach-O file and realised that there are 2 different exit system calls (at different addresses) to libSystem.B.dylib? I want to hook onto the exit method ...
-3
votes
1answer
48 views
Is it possible to build cross platform executable? [closed]
I was thinking if exe elf and mach-o files are using the same compression algortihm so i can decompress compiled versions and than put them into one file with .exe extension, becouse ELFs and MACH-Os ...
2
votes
1answer
214 views
Getting started with OS X Assembly and the Mach-O format
I am interested in programming in x86-64 assembly on the Mac OS X platform, if for no other reason than I love the efficiency of writing assembly (that is, program efficiency, not time efficiency). I ...
1
vote
1answer
60 views
Fileformat for binaries under osx
I trying to read the mach header for some executables under osx 10.7.4. In many cases the header magic field isn't equal to MH_MAGIC so I'm guessing these binaries uses a different format? So the ...
0
votes
1answer
289 views
Xcode error “Duplicate Symbol” causing Apple Mach-O Linker Error
duplicate symbol _leagueTableLoaded in:
...
1
vote
1answer
69 views
Error when compiling on iPhone, not iPhone simulator
This is the error message:
ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/Michael/Desktop/Phattie/phattie/SpeechKit.framework/SpeechKit for architecture armv7s
clang: ...
0
votes
1answer
91 views
Duplicate Symbol _OBJC_CLASS_$_LoginController
I know this Question has been asked many times before, but none has solved my problem uptill now. I know that this error occurs when you got multiple copies of your file in project.
I tried to clean ...
5
votes
1answer
1k views
Merge Mach-O executable with a static lib?
Suppose you have
a pre-built iOS executable app (for simulator or device).
a pre-built static archive library static library which among other things contains c++ static initializers.
Now it ...
1
vote
1answer
255 views
Apple Mach-O Linker (ID) Error _compress and linker command failed with exit code 1
I have been working on an app to upload photo images from an iPhone to a web server for internship, but every time I try to run the app, I get a Mach-O Linker Error.
I have tried everything I found ...
2
votes
1answer
64 views
Are macho headers backward compatible?
Are the macho headers located in /usr/lib/mach-o backward compatible to executables over different iOS versions 4,5,6 etc? If so, where can I get the specific versions of them. I tried searching on ...
1
vote
1answer
72 views
Changing function reference in Mac OS Process at runtime
I need to change reference of a function in a Mac OS process at runtime to a custom function defined in my own custom dylib. I kept the new function signature same as the original.
For example I need ...
0
votes
2answers
259 views
Cocos2d 2.x ARC issue on device
I'm working on a game that has cocos2d with ARC.
The game builds & runs fine in Simulator, but when I build for device I get Apple Mac-O Linker Errors, saying that I'm missing the libraries for ...
0
votes
1answer
89 views
How to make an object file that cannot be dead_stripped?
What is the easiest way to produce a Mach-O object file that does not have the SUBSECTIONS_VIA_SYMBOLS flag set, such that the linker (with -dead_strip) will not later try to cut the text section into ...
0
votes
1answer
201 views
Overrding a libc function using an injected dylib on OS X
I am trying to override some libc functions (eg:- puts()) with my own implementation.
I have defined my own implementation in a dylib file as follows.
int puts ( const char * str );
When I link ...
1
vote
1answer
156 views
LC_DATA_IN_CODE in IOS binary
I have a IPA file whose main binary contains a 0x29 load command, which is specified in an older version of loader.h as "LC_DATA_IN_CODE".
However when I try to do anything with the file (including ...
3
votes
3answers
831 views
Go language on iPhone
Is it possible to write in Go for iPhone?
I think following steps are required
Compile Go as ARM Mach-O binary (I expect GCCGO be able to do that)
Compile iPhone app as static library (I think it ...
0
votes
1answer
135 views
Finding functions address on the fly
My goal is to hook C functions with no symbol in stripped binaries on ARM platform. As the addresses of these functions may changed (ie. with an update of the binary), I want my interposing dynamic ...
0
votes
2answers
1k views
Updated to xcode 4.5 and now app build fails “Apple Mach-O Linker Error”
Hi I'm a newbie when it come to app development, but I DID have an app working just fine until I upgraded to xcode 4.5. The app has not changed but I am now getting 'Build Failed' when trying to put ...
0
votes
2answers
253 views
Changing function reference in Mach-o binary
I need to change to reference of a function in a mach-o binary to a custom function defined in my own dylib. The process I am now following is,
Replacing references to older functions to the new ...
0
votes
0answers
409 views
Apple Mach-O Linker error with Unity
I have no errors until I build then I get 3 Mach-O Linker errors
Undefined symbols for architecture armv7:
"NotifyAutoOrientationChange()", referenced from:
...
0
votes
1answer
522 views
Libsvm python bindings: mach-o, but wrong architecture
I am trying to install libsvm on my mac (OS-X 10.6.8). Libsvm installs fine for C++ (i can use svm-train, svm-predict binaries just fine). As per instructions I typed make in libsvm-3.12/python/ ...
1
vote
1answer
798 views
-lsqlite3 causing Apple Mach-O linker errors
I installed the Facebook SDK and followed one of their tutorials in order to provide some very basic FB functionality to my app. The app, and the FB integration seems to work just fine so I think I ...
0
votes
1answer
810 views
XCode Mach-O linker error [closed]
After upgrading to XCode 4.5 GM from XCode 4.3 + llvm 3.1, I start getting the following linker errors.
I have verified that the static library where "_InvokeBridge" is defined is linked correctly.
...
0
votes
0answers
28 views
How to find string value for mach-o symbol
How can I find the value of a string given the symbol name in a mach-o dylib?
Looking at nm output I see the symbol name:
00b6bea4 S __ZN6ZRKore6XMLKey11DB_WORDE
I've tried loading the library ...
3
votes
2answers
953 views
Apple Mach-O linker warning wont go away
I have had this Apple Mach-O linker warning in my project for a few days now. It is more annoying than anything, but I fear that it may somehow be affecting my app's performance (I have had so many ...
1
vote
1answer
99 views
Get a reference to local symbol (i.e. make it external)
I have a static library, where one of the objects defines a symbol:
nm mylib.a
...
00007340 t _a_local_symbol
...
I need to access the function from my C code. Obviously, I don't have the source ...
1
vote
1answer
136 views
How to parse private Objective-C specific Mach-O sections
In the DATA segment of a Mach-O binary, there are a few objective-C specific sections (mentioned on page 7 of the Mach-O file format)
To quote the PiOS paper:
the __objc_classlist section ...
1
vote
1answer
674 views
Apple Mach-O Linker (id) Error Linker command failed with exit code 1, loads of duplicate symbol errors, works fine outside of xcode
I'm currently learning how to use Objective-C
And I was doing a simple project involving classes
I decided to plop it into Xcode for some easy visual debugging
but upon ironing out all the errors and ...
1
vote
2answers
214 views
Qt cross-compile Linux -> MacOS cannot link to Qt libs
I'm trying to link a Qt program I have cross-compiled for a MacOS target on a Linux host. I followed the instructions found here (https://github.com/Tatsh/xchain) to succesfully build gcc, and I can ...
0
votes
1answer
59 views
Why is this ViewController crashing my code?
I found this Color Picker online and I am currently trying to implement it into my code. I followed all the instructions to implement it but when I try to load the ViewController that came with the ...
0
votes
0answers
81 views
Strange Error while building with XCODE an old project
These are someerrors that I get while building my project:
first
Command /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 failed with ...
0
votes
1answer
2k views
Apple Macho Linker Error Xcode
Hi I am creating a dynamic Table View and am trying to upload the information from methods stored in other files. When I try to test if I am getting the information I get the Macho Linker Error
...
2
votes
1answer
183 views
Apple Mach-O Linker Error (2)
I'm getting 2 Mach-O Linker Errors in regards to the CloudApp API. I have been been searching for numerous answers in both StackOverflow, Apple's Developer forums, and elsewhere that would at least be ...
3
votes
2answers
4k views
linker command failed with exit code 1 - iOS
I have an error at compile time. Seems to be weird. it worked as detail view application but using single view doesn't seem to work.
this is the error details
Undefined symbols for architecture ...
1
vote
1answer
2k views
Apple Mach-O Linker (id) Error - undefined symbols for architecture i386
I know this type of error has been raised many times before, but I have not found solution of my error. I am using xcode 4.0. I downloaded ASIHTTPRequest zip and copied classes folder along with two ...





