mirror of https://github.com/Diazole/dumper.git
Add known function name
This commit is contained in:
parent
2899fc93a2
commit
883c520432
|
@ -9,7 +9,8 @@ const KNOWN_DYNAMIC_FUNCTION_NAMES = [
|
||||||
'pldrclfq',
|
'pldrclfq',
|
||||||
'kgaitijd',
|
'kgaitijd',
|
||||||
'dnvffnze',
|
'dnvffnze',
|
||||||
'cwkfcplc'
|
'cwkfcplc',
|
||||||
|
'crhqcdet'
|
||||||
];
|
];
|
||||||
|
|
||||||
// The TextEncoder/Decoder API isn't supported so it has to be polyfilled.
|
// The TextEncoder/Decoder API isn't supported so it has to be polyfilled.
|
||||||
|
|
Loading…
Reference in New Issue