Skip to content

Commit

Permalink
Merge pull request #1 from doridori/patch-1
Browse files Browse the repository at this point in the history
Update native-lib.cpp
  • Loading branch information
Bernhard Mueller authored Apr 8, 2018
2 parents 548c864 + 353c28e commit 3904fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AntiFrida/app/src/main/cpp/native-lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <android/log.h>
#include <unistd.h>

#define APPNAME "FridaDetectionTest"
#define MAX_LINE 512
Expand Down Expand Up @@ -185,4 +186,4 @@ int read_one_line(int fd, char *buf, unsigned int max_len) {
extern "C" long __set_errno_internal(int n) {
errno = n;
return -1;
}
}

0 comments on commit 3904fcc

Please sign in to comment.