Kevin Waldock
Kevin Waldock
I am also highly interested in mangled names. Libclang directly supports it https://clang.llvm.org/doxygen/group__CINDEX__MANGLE.html and selects the right mangling depending on the platform.
> I really don't know how to solve this... If I don't subtract 1 there, the macro in the document in [this repository](https://github.com/joesecurity/pafishmacro) won't be disassembled correctly. If I do,...
> What is an empty identifier? I mean an identifier without a name (where idLength is 0) > Anyway, your proposed change does not solve the problem - it just...
> I have already started so it is a bit late for me to change on which library to use. luajit has the same API from Lua 5.1. So if...
Good to hear! I am looking forward to this!
I wouldn't recommend writing the classes manually. If cligen works good, then I might add a wrapper generator for lua too.
Java bindings with JNI might be interesting too. Maybe this can be added in the future too.
Any update regarding this topic? Would love to see autocompletion for tables.
- Smart Pointers: I tend to use smart pointers for sake of organization - Container: Probably std::queue is best for the design method. I have read that vectors can have...
Pretty cool, but yea, unless we can modulize it somewhat I wouldn't merge it.