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
A 64-bit version of zzuf cannot fuzz a 32-bit executable by default because its libzzuf.so is 64-bit, too, so it cannot be injected into a 32-bit executable.
We should tweak the build system so that a 32-bit libzzuf.so is built, too.
The text was updated successfully, but these errors were encountered:
A 64-bit version of
zzuf
cannot fuzz a 32-bit executable by default because itslibzzuf.so
is 64-bit, too, so it cannot be injected into a 32-bit executable.We should tweak the build system so that a 32-bit
libzzuf.so
is built, too.The text was updated successfully, but these errors were encountered: