-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ios_utilities, nexutil: added nexutil for iOS with 64-bit compatible …
…apple80211req structure.
- Loading branch information
1 parent
2681622
commit ebcfba1
Showing
3 changed files
with
684 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
include $(THEOS)/makefiles/common.mk | ||
|
||
TARGET = iphone:gcc:9.0:9.0 | ||
TOOL_NAME = nexutil | ||
nexutil_FILES = \ | ||
nexutil.c \ | ||
../../utilities/nexutil/b64-encode.c \ | ||
../../utilities/nexutil/b64-decode.c \ | ||
../../utilities/nexutil/bcmwifi_channels.c \ | ||
../../utilities/libargp/mempcpy.c \ | ||
../../utilities/libargp/strchrnul.c \ | ||
../../utilities/libargp/rawmemchr.c \ | ||
../../utilities/libargp/basename-lgpl.c \ | ||
../../utilities/libargp/argp-parse.c \ | ||
../../utilities/libargp/argp-help.c \ | ||
../../utilities/libargp/argp-pvh.c \ | ||
../../utilities/libargp/argp-fmtstream.c \ | ||
../../utilities/libargp/argp-eexst.c \ | ||
../../utilities/libargp/getopt1.c \ | ||
../../utilities/libargp/getopt.c \ | ||
../../utilities/libargp/argp-fs-xinl.c \ | ||
../../utilities/libargp/argp-xinl.c | ||
|
||
nexutil_CFLAGS = \ | ||
-I../../utilities/nexutil/ \ | ||
-I../../utilities/libargp/ \ | ||
-I../../patches/include/ \ | ||
-D_GL_INLINE_HEADER_BEGIN= \ | ||
-D_GL_INLINE_HEADER_END= \ | ||
-D_GL_INLINE=inline \ | ||
-D_GL_ATTRIBUTE_PURE= \ | ||
-Dfwrite_unlocked=fwrite \ | ||
-Dfputs_unlocked=fputs \ | ||
-D__getopt_argv_const= \ | ||
-D_GL_UNUSED= \ | ||
-D_GL_EXTERN_INLINE="extern inline" | ||
|
||
|
||
include $(THEOS_MAKE_PATH)/tool.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Package: org.nexmon.nexutil | ||
Name: nexutil | ||
Depends: | ||
Version: 0.0.1 | ||
Architecture: iphoneos-arm | ||
Description: An awesome tool of some sort!! | ||
Maintainer: seemoo | ||
Author: seemoo | ||
Section: System | ||
Tag: role::hacker |
Oops, something went wrong.