aaSSfxxx

Results 3 comments of aaSSfxxx

And there another issue with import handling: some compilers (like mingw) add trampoline functions which are basically a `jmp [iat_entry]`, which is not counted as import as it should be...

It could be a nice idea, and "imports" callback in bin_r plugins could generate proper radare output (i.e. 'f sym.imp.import' for example, and maybe create a "exports" callback too) Then,...

Or, another idea, only consider GOT entries or Import Table entries for PE bins as "imports" which are "special" relocs and not just fixups to apply, and then add PLT/wrapper...