Comment on Why can't code be uncompiled?
Hotzilla@sopuli.xyz 10 months agoThis might change now relatively fast, now that large language models can process code, you could give the function to LLM to rename the function. Iterating over the code and rename all functions and variables.
This won’t of course reproduce exact code, but it makes one really heavy part of reconstruction to human readable much lighter.