I'm not sure if it would make sense to link to that from your page or not; but I did want to specifically highlight a few tools I came across recently that seem quite good, and would fit well in this section:
This tool uses large language modeles (like ChatGPT & llama2) and other tools to un-minify Javascript code. Note that LLMs don't perform any structural changes – they only provide hints to rename variables and functions. The heavy lifting is done by Babel on AST level to ensure code stays 1-1 equivalent.
In the Code Review Tools -> JavaScript -> Static Analysis -> Deobfuscate/Unpack section:
I've been maintaining my own more comprehensive list of tools/helpful resources in this gist:
I'm not sure if it would make sense to link to that from your page or not; but I did want to specifically highlight a few tools I came across recently that seem quite good, and would fit well in this section: