Vladislav Hrčka

Results 9 comments of Vladislav Hrčka

I see, that's an unfortunate. Thanks for the information. The binding would be apparently very cumbersome. What are your thoughts on decompilation by the way? I noticed that a bridge...

Hello @serpilliere , it mentions some @commial 's one way bridge from Miasm IR to Ghidra IR. I thought that it was absent only the other way round 😕

I'd like to know whether you want to add-in such a feature in the first place. If you want to, I'll create the tests and solve possible bugs (I'm not...

I'm not sure to understand the problem with the ABI, could you elaborate on it please? I'm aware only of those prepare_cb lines such as [this one](https://github.com/cea-sec/miasm/blob/master/miasm/analysis/sandbox.py#L632) being ABI related...

Just to clarify my thoughts a bit more I think that all the problematic dependencies originate on this [line](https://github.com/cea-sec/miasm/blob/master/miasm/analysis/sandbox.py#L177) and that each specific `jitter` and `gdbserver` (I don't see any...

Hello @serpilliere , I will try to do the PR

Oh, great. Yes, that's exactly what I wanted

Has there, please, been any progress regarding the jump table recognition in the meantime @serpilliere ?

Hello, I eventually came up with [this](https://github.com/eset/stadeo/blob/master/stadeo/utils/extended_asmcfg.py#L489), I also ended up converting jump tables to if-else chains since it made reassembling them easy later on. In case the solution resembles...