miasm icon indicating copy to clipboard operation
miasm copied to clipboard

Fix: `bin_stream::get_u8` method returning bytes

Open psyirius opened this issue 10 months ago • 1 comments

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!

psyirius avatar Apr 27 '24 20:04 psyirius

@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. :)

psyirius avatar Apr 28 '24 04:04 psyirius

Arg! I forgot this one Thank you for the fix @psyirius !!!

serpilliere avatar Aug 20 '24 15:08 serpilliere