Friday, May 27, 2016

About C program through cross compiler transplant Android mobile phone above

I'm on my cell phone and the success of the installation "bcmon" network card to monitor mode, and can normal work.

On YouTube to see someone with cell phone use mdk3 I feel very cool.
My kit in bcmon utils.zip also didn't find mdk3 inside. In bcmon - > tools inside didn't find it.
I try to "arm - none - Linux - gnueabi - GCC" compile it, but I failed
The reason is that I don't know how to compile the program.
Code:

mdk3.c:3907: warning: format not a string literal and no format arguments

mdk3.c:3908: warning: format not a string literal and no format arguments

mdk3.c:3909: warning: format not a string literal and no format arguments

mdk3.c:3910: warning: format not a string literal and no format arguments

mdk3.c:3911: warning: format not a string literal and no format arguments

mdk3.c:3912: warning: format not a string literal and no format arguments

/tmp/cc8HDoSD.o: In function `send_packet'
:
mdk3.c:(.text+0x34): undefined reference to `wi_write'

/tmp/cc8HDoSD.o: In function `read_packet'
:
mdk3.c:(.text+0xd4): undefined reference to `wi_read'

/tmp/cc8HDoSD.o: In function `set_channel':

mdk3.c:(.text+0x154): undefined reference to `wi_set_channel'

/tmp/cc8HDoSD.o: In function `init_channel_hopper'
:
mdk3.c:(.text+0x2bf8): undefined reference to `pthread_create'

/tmp/cc8HDoSD.o: In function `mac_bruteforce_sniffer':

mdk3.c:(.text+0x4bdc): undefined reference to `pthread_cond_signal'

mdk3.c:(.text+0x4be8): undefined reference to `pthread_cond_wait
'
/tmp/cc8HDoSD.o: In function `ssid_brute'
:
mdk3.c:(.text+0x597c): undefined reference to `pthread_create'

/tmp/cc8HDoSD.o: In function `ssid_brute_real':

mdk3.c:(.text+0x5b2c): undefined reference to `pthread_create'

/tmp/cc8HDoSD.o: In function `intelligent_auth_dos':

mdk3.c:(.text+0x69f8): undefined reference to `pthread_create'

/tmp/cc8HDoSD.o: In function `wids_machine':

mdk3.c:(.text+0x6e38): undefined reference to `pthread_create'

/tmp/cc8HDoSD.o: In function `mac_bruteforcer':

mdk3.c:(.text+0x71a8): undefined reference to `pthread_cond_init'

mdk3.c:(.text+0x71b4): undefined reference to `pthread_mutex_init
'
mdk3.c:(.text+0x71bc): undefined reference to `pthread_mutex_unlock
'
mdk3.c:(.text+0x71c8): undefined reference to `pthread_cond_init'

mdk3.c:(.text+0x71d4): undefined reference to `pthread_mutex_init'

mdk3.c:(.text+0x71dc): undefined reference to `pthread_mutex_unlock'

mdk3.c:(.text+0x7210): undefined reference to `pthread_create'

mdk3.c:(.text+0x72f0): undefined reference to `pthread_cond_timedwait
'
mdk3.c:(.text+0x7524): undefined reference to `pthread_cond_signal'

/tmp/cc8HDoSD.o: In function `main':

mdk3.c:(.text+0xb1c4): undefined reference to `wi_open'

mdk3.c:(.text+0xb1f8): undefined reference to `wi_fd'

collect2: ld returned 1 exit status

Please forgive me, my English is not good
Will not programming

Request help me to compile it, or tell me the correct way to compile thank you very much!


Here is the download link:
http://ift.tt/1NTyq3S


from xda-developers http://ift.tt/1qQFgMp
via IFTTT

No comments:

Post a Comment