miasm
miasm copied to clipboard
Fix: `bin_stream::get_u8` method returning bytes
bin_stream::get_u8
supposed to be returning an int.
but instead it returns a bytes object
Not sure how the dependent callers are expecting!
@serpilliere Is there any way you can review and merge it as soon as possible. Workaround code for essential stuff is not gonna look good in production. :)
Arg! I forgot this one Thank you for the fix @psyirius !!!