javascript-deobfuscator icon indicating copy to clipboard operation
javascript-deobfuscator copied to clipboard

Crash while deobfuscating

Open JeffryMills opened this issue 7 years ago • 2 comments

when i ry it against the added js files background.txt

content.txt

it crashes ....

Parsing file... Removing protections...

  • Merging string literals... done.
  • Replacing bool expressions... done. ! String array protection detected. ! String array rotation detected. ! String array encoding detected: base64.
  • Rotating string array... <--- Last few GCs --->

[10964:000001DFC33ECC90] 14178 ms: Scavenge 1397.7 (1423.3) -> 1397.7 (1424.8) MB, 21.6 / 0.0 ms (average mu = 0.224, current mu = 0.098) allocation failure [10964:000001DFC33ECC90] 16280 ms: Mark-sweep 1399.2 (1424.8) -> 1399.2 (1425.3) MB, 2100.9 / 0.0 ms (+ 0.0 ms in 39 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 2125 ms) (average mu = 0.128, current mu = 0.018) a

<--- JS stacktrace --->

==== JS stack trace =========================================

0: ExitFrame [pc: 0000021F0DC50361]
1: StubFrame [pc: 0000021F0DC5189D]

Security context: 0x018c6df9d9f1 <JSObject> 2: setCookie [0000035621239EC1] [0x03419ac025b1 :~15] [pc=0000021F0DC69E22](this=0x035621239f59 <Object map = 000003BF69368871>,0x035621239f39 <JSArray[8626938]>,0x03549b1ebfa1 <String[7]: counter>,1,0x035621239f01 <Object map = 000003BF69302521>) 3: arguments adaptor frame: 3->4 4: _0x33748d [...

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 1: 00007FF72F05ABAA v8::internal::GCIdleTimeHandler::GCIdleTimeHandler+4810 2: 00007FF72F000C96 uv_loop_fork+80486 3: 00007FF72F001BC0 uv_loop_fork+84368 4: 00007FF72F47DC6E v8::internal::FatalProcessOutOfMemory+798 5: 00007FF72F47DBA7 v8::internal::FatalProcessOutOfMemory+599 6: 00007FF72F756E24 v8::internal::Heap::RootIsImmortalImmovable+14788 7: 00007FF72F74CA64 v8::internal::Heap::CollectGarbage+7556 8: 00007FF72F74B138 v8::internal::Heap::CollectGarbage+1112 9: 00007FF72F754AA7 v8::internal::Heap::RootIsImmortalImmovable+5703 10: 00007FF72F754B26 v8::internal::Heap::RootIsImmortalImmovable+5830 11: 00007FF72F315611 v8::internal::Factory::NewFillerObject+49 12: 00007FF72FA703DA v8::internal::StoreBuffer::StoreBufferOverflow+26826 13: 0000021F0DC50361

JeffryMills avatar Nov 16 '18 23:11 JeffryMills