Skip to content

Commit

Permalink
Link with Security Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
nilathedragon authored Jul 31, 2024
1 parent 4655130 commit d8c0aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frida/frida.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package frida
/*
#cgo LDFLAGS: -lfrida-core -lm -ldl
#cgo CFLAGS: -I/usr/local/include/ -w
#cgo darwin LDFLAGS: -lbsm -framework IOKit -framework Foundation -framework AppKit -lpthread
#cgo darwin LDFLAGS: -lbsm -framework IOKit -framework Foundation -framework AppKit -framework Security -lpthread
#cgo darwin CFLAGS: -Wno-error=incompatible-function-pointer-types
#cgo android LDFLAGS: -llog
#cgo android CFLAGS: -DANDROID -Wno-error=incompatible-function-pointer-types
Expand Down

0 comments on commit d8c0aed

Please sign in to comment.