Anciety
Anciety
Any progress on this? Looking forward to it.
Any updates on this?
More doc on debugging information in Rust [here](https://rustc-dev-guide.rust-lang.org/debugging-support-in-rustc.html)
This should be related to manual variable merging. Thus I have modified the title to be more specific. The underlining problem is that currently both IDA and ghidra does not...
Thanks for all the details! I think I got this now. I'm closing this and waiting for the prototype! I'll see what I can do to help when I got...
Sorry to bother a little bit further. I'm now working on some private project which need to implement this. I understand what is mentioned in this issue but now having...
@zicklag I think I now understand the most part of the explaination. But there are still several issues confuse me a bit. As I understand, the purpose of getting a...
AFAIK, current insertion is done by getting the `BundleInfo` (which consumes the component ID, now by the `component_id()` attached to `Bundle` trait), and does the insertion after that. If we...
Update: Refactor is more likely to be in Rust. Initial work has already be done in #21 .
Update: I'm changing my mind about some previous decisions. Especially the Rust language one. Rewrite the whole project into Rust can be a really large work, and may not be...