Skip to content

Commit c5c3d88

Browse files
committed
change
1 parent 22248c6 commit c5c3d88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo_control_flow_flattening.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const code = `
1818

1919
const options = {
2020
compact: false,
21-
controlFlowFlattening: false
21+
controlFlowFlattening: true
2222
}
2323

2424
const obfuscator = require('javascript-obfuscator')

demo_string_array.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const code = `
22
var a = 'hello world'
33
`
44
const options = {
5-
stringArray: false,
5+
stringArray: true,
66
rotateStringArray: true,
77
stringArrayEncoding: true, // 'base64' or 'rc4' or false
88
stringArrayThreshold: 1,

0 commit comments

Comments
 (0)