Skip to content

Commit

Permalink
More blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Dec 6, 2023
1 parent 7ce660d commit 07fecc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frida-gum-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ fn main() {
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.blocklist_type("GumChainedPtr64Rebase")
.blocklist_type("GumChainedPtrArm64eRebase")
.blocklist_type("_GumChainedPtr64Rebase")
.blocklist_type("_GumChainedPtrArm64eRebase")
.generate_comments(false)
.layout_tests(false)
.generate()
Expand Down

0 comments on commit 07fecc4

Please sign in to comment.