We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KO] 0x400584: or ah, 0x8 (1 error) Register : pf Symbolic Value : 0000000000000001 Concrete Value : 0000000000000000 Expression : (bvxor (bvxor (bvxor (bvxor (bvxor (bvxor (bvxor (bvxor (_ bv1 1) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #162) (_ bv0 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #162) (_ bv1 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #162) (_ bv2 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #162) (_ bv3 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #162) (_ bv4 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #162) (_ bv5 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #162) (_ bv6 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #162) (_ bv7 8)))) [OK] 0x400587: mov rax, 0xfbad2284 [KO] 0x400591: or ah, 0x8 (2 error) Register : pf Symbolic Value : 0000000000000001 Concrete Value : 0000000000000000 Expression : (bvxor (bvxor (bvxor (bvxor (bvxor (bvxor (bvxor (bvxor (_ bv1 1) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #171) (_ bv0 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #171) (_ bv1 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #171) (_ bv2 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #171) (_ bv3 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #171) (_ bv4 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #171) (_ bv5 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #171) (_ bv6 8)))) ((_ extract 0 0) (bvlshr ((_ extract 7 0) #171) (_ bv7 8)))) Register : sf Symbolic Value : 0000000000000001 Concrete Value : 0000000000000000 Expression : (ite (= ((_ extract 7 7) #171) (_ bv1 1)) (_ bv1 1) (_ bv0 1))
We must update EflagsBuilder and EflagsExpressions to take into account the vector size of the destination.
The text was updated successfully, but these errors were encountered:
#185 in progress - Abstract template
c54c3e3
#185 in progress
b213a96
6765939
Still not done in specific cases.
Sorry, something went wrong.
It's because we use sometime createRegSE() and others times createSE(). Three solutions:
createRegSE()
createSE()
Eflags
high
low
SymbolicExpression
Fixed with the v0.3 (#226)
JonathanSalwan
No branches or pull requests
We must update EflagsBuilder and EflagsExpressions to take into account the vector size of the destination.
The text was updated successfully, but these errors were encountered: