You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having successfully setup a Microsoft Visual C/C++ project for the Decompiler Codebase and stepped through unaltered code, I've just tried compiling it with these two additional defines OPACTION_DEBUG and TYPEPROP_DEBUG to get some more detail. However, this failed because the debugstream of the Architecture class isn't set.
There is a section of code under the define __REMOTE_SOCKET__, but it's setup is *nix!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Having successfully setup a Microsoft Visual C/C++ project for the Decompiler Codebase and stepped through unaltered code, I've just tried compiling it with these two additional defines
OPACTION_DEBUG
andTYPEPROP_DEBUG
to get some more detail. However, this failed because thedebugstream
of theArchitecture
class isn't set.There is a section of code under the define
__REMOTE_SOCKET__
, but it's setup is *nix!Any advice pleeeeeeeeeeease???
Beta Was this translation helpful? Give feedback.
All reactions