reko
reko copied to clipboard
Import stubs should be marked as not callable
Currently reko will sometimes want to decompile the import stubs of a PE executable. This leads to extra code that really shouldn't show up. Reko should mark it as "non-decompilable", or library code, and not emit it.