Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Germey committed Dec 28, 2019
1 parent 22248c6 commit c5c3d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo_control_flow_flattening.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const code = `

const options = {
compact: false,
controlFlowFlattening: false
controlFlowFlattening: true
}

const obfuscator = require('javascript-obfuscator')
Expand Down
2 changes: 1 addition & 1 deletion demo_string_array.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const code = `
var a = 'hello world'
`
const options = {
stringArray: false,
stringArray: true,
rotateStringArray: true,
stringArrayEncoding: true, // 'base64' or 'rc4' or false
stringArrayThreshold: 1,
Expand Down

0 comments on commit c5c3d88

Please sign in to comment.