Adam Schwalm

Results 49 comments of Adam Schwalm

Agreed, unfortunately, I no longer have access to IDA Pro, so this would have to be a community contribution.

There is actually a `windows` branch that has a Makefile for windows. The setup is essentially to compile and statically link libdwarf under mingw, and then statically link that in...

@mephi42 I'd be ok with that. The previous PR just fell off my radar

Those binaries were compiled for 6.9, so they will not work with the newer version. I would update them but I have switched jobs and no longer have access to...

Are you running on Windows? In general you will probably need the current version of IDA (6.95). If you are on linux or osx you can try building from source,...

To my knowledge, I can't get an older version of the SDK from IDA, and I don't have a copy of 6.8. However, this weekend I should be able to...

Here's a version linked against that sdk: https://gist.github.com/ALSchwalm/fd6eb3d6dd6b74bde2dba522bd5d1dc8 Also, if that doesn't work, can you just run 'idaapi.decompile(here())' in the python prompt in some function? I don't have the ARM...

The C file shouldn't be created at all if the decompiler isn't detected, but I agree that more debug stuff would be useful. I'll add a 'verbose' option to the...

Updated that gist link with a verbose option that will create a log file, and a few bug fixes.

I tested this out with a 6.95 arm decompiler and it works, so I'm guessing this a difference in load order of plugins from 6.8 to 6.95. Maybe try renaming...