Hacker News new | ask | show | jobs
by SuperNinKenDo 2921 days ago
Interesting, I'm inclined to support some way of removing code obfuscation. I wonder if a neural network could be trained to do that.
1 comments

It can be done reasonably well without a neural network (look at the '{}' button in Chrome, or Hex-rays for C/C++).

There is some work in applying an NN to make the result look more like "realistic" code samples: http://www.cs.unm.edu/~eschulte/data/katz-saner-2018-preprin...