Anciety

Results 33 comments of Anciety

Thanks for quick reply. I've already applied to join the bearychat.

Thanks for advice! Actually it is on our list long ago. The problem preventing us from publishing it to crates.io now is the project size. Previously because I want people...

> Now that [6c03fff](https://github.com/StarCrossPortal/sleighcraft/commit/6c03fffb1d75024373291a76f9cfceca7a403a9b) has landed is it possible to upload to crates.io? Gladly, it will be soon possible. We are still exceeding the 10Mb limit, I might need to...

What I think we at least need 3 groups: * information decompilation need (architecture info, language info, symbol info...) * operations decompilation wants to perform on backend provider to improve...

Currently, I see we have esil as the low-level language. If we insist so, we then need to have better support for lifting other IR into esil. A better construction...

I have read your proposal on this. But is there anything about how to do inheritance? Or just simple code reuse between objects? I know its possible to use closures...

> It seems that angr loads DWARF debugging info now. See [angr/cle#284](https://github.com/angr/cle/pull/284). But still, this is only provided on low level by cle. > > [simple.zip](https://github.com/angr/angr/files/8799809/simple.zip) > > ```shell >...

Sorry I haven't fully got this, what do you mean by running the code as `Rust -> Gluon -> Rust module`? And to load and run Rust code, my suggestion...

I'm not sure if this problem applies here. But how do we actually introduce "rust/cxx.h" in the CPP code? I'm having a cxx binding but since it is not full...