Ignacio Tiraboschi
Ignacio Tiraboschi
Hello, similarly to https://github.com/eliben/pycparser/issues/528, PyCParser does not accept case statements that do not have statements while GCC does. Example: ``` int main() { int i = 0; switch (i) {...
I am trying to read an XML file with DecompVisor, but I get the following output. ``` A fatal error occurred while communicating with the decomp_dbg executable. Loading this xml...
Hello, while decompiling a binary, I found a label that has no statement aftewards. Instead, it is followed by a closing curly bracket `}`. The structure is something like: ```...