Skip to content

Latest commit

 

History

History
26 lines (8 loc) · 608 Bytes

File metadata and controls

26 lines (8 loc) · 608 Bytes

js_shellcode_to_c

This script is used for converting a javascript shellcode that with a prefix of \u or %u into c style.

After run the script , we should see the result as below in a new file tab in 010Editor.

And press the hotkey Ctrl+Shift+V to paste the c style into shellcode bin file.

Finally! use scdbg to analysis the logs of each api call invoked from the shellcode.

image

using scdbg to analysis shellcode bin file

image