MarioVilas / winappdbg

WinAppDbg Debugger
444 stars 111 forks source link

Fix can't concat str to bytes error when using _peek_c_type function #75

Closed cchaine closed 2 years ago

cchaine commented 2 years ago

Added a check if the result is empty then set the value to 0 instead of trying to concat a string and a byte array.

Related to #74.