prosyslab-classroom / cs348-information-security

61 stars 10 forks source link

[Question][Hw3] Unbound value __dbz_sanitizer__ #85

Closed 0xXcrypted closed 3 years ago

0xXcrypted commented 3 years ago

I'm stuck using Llvm.declare_function let f1 = Llvm.declare_function __dbz_sanitizer__ [|Llvm.i32_type llctx; Llvm.i32_type llctx; Llvm.i32_type llctx|] llm in and this gives me Error: Unbound value __dbz_sanitizer__ How can I solve this issue?

mickowale commented 3 years ago

The first argument to Llvm.declare_function must be a string.

0xXcrypted commented 3 years ago

oh my... thanks for your help what a shame