You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, which fails in my environment, because Angora libs are 64bits:
/usr/bin/ld: ./Angora/bin/lib/libruntime_fast.a(runtime_fast-d39a4de5e860747f.runtime_fast.9lmpyn81-cgu.11.rcgu.o): file class ELFCLASS64 incompatible with ELFCLASS32
Good morning,
Does Angora support 32-bit targets / builds?
Like:
, which fails in my environment, because Angora libs are 64bits:
Also can't build 32-bit version of Angora with:
because the build fails at
Angora/fuzzer/src/executor/limit.rs
Line 23 in cd5439f
with "expected u32, found u64".
Any option to do that?
The text was updated successfully, but these errors were encountered: