evilsocket / evilsocket/dsploit-arpspoof
There is a make error
Open
- Dominant language
- C
- Stars
- 34
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
In the file net.c. Because of the existence of the modifier "inline" to functions _address_hash_ and _address_hash_equals_, there will be an error:
net.o: In function `net_get_mapping':
net.c:112: undefined reference to `address_hash_equals'
net.c:112: undefined reference to `address_hash'
So after remove the modifier "inline" the problem solved.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.