* Fixed adding a raw string on python3
* Fix a missing parenthesis
* Ensure a raw string is converted to bytes when creating a new Metadata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.instructions to mlil instead of main function -- likewise for llil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Python3
|
|
|
|
|
|
Add text-based and constant-based searching
|
|
|
|
|
|
|
|
`Variable.__eq__` fails to check if the other value is actually a Variable object before comparing member properties. This fixes the exception that gets raised when comparing a Variable against something else.
|