Skip to content

Commit

Permalink
Blocklist the offending types
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Dec 6, 2023
1 parent 2d2d9c5 commit 7ce660d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frida-gum-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ fn main() {
.header("probe_listener.h")
.header("stalker_observer.h")
.header("stalker_params.h")
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.blocklist_type("GumChainedPtr64Rebase")
.blocklist_type("GumChainedPtrArm64eRebase")
.generate_comments(false)
.layout_tests(false)
.generate()
Expand Down

0 comments on commit 7ce660d

Please sign in to comment.