Suggestion: Splitting into .s files?
OndrikB opened this issue · 2 comments
OndrikB commented
Would it be possible to have something similar to uncc
but simply splitting the ELF into assembly files? It would be very helpful for decompilation projects so that the ELF can be built from them. This way, a project can also continuously verify that their code matches the original perfectly.
chaoticgd commented
It would be a great feature, although I'm currently working on something else.
chaoticgd commented
Another solution would be to implement code diffing for individual object files, but in the end it would be nice to have both.