evilsocket / evilsocket/dsploit-arpspoof

There is a make error

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.