Skip to content

Commit

Permalink
change WScript.echo to alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Recoskie committed Oct 21, 2014
1 parent 3c0d5d1 commit d7ecc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisassembleX86-64.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,4 @@ return(Out);

//********************************call the disassemble function to disassemble the binary instructions and display the output********************************

WScript.echo(Disassemble(Code));
alert(Disassemble(Code));

0 comments on commit d7ecc8f

Please sign in to comment.