Noah

Results 1 issues of Noah

## Current Behavior Currently, humanify only allows specifying an output directory with `-o`, and the output file is always named `deobfuscated.js`: ```bash humanify openai -o ./output input.js # Creates: ./output/deobfuscated.js...