Skip to content

Commit

Permalink
Update DisassembleX86-64.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Recoskie committed Nov 1, 2014
1 parent 407195a commit 1a57872
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions DisassembleX86-64.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
var binary="00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000";



//convert binary to an byte number array called code

var

Code=new Array();


var Code=new Array();
var t=binary.split(",");

for(var i=0;i<t.length;Code[i]=parseInt(t[i],2),i++);
Expand Down

0 comments on commit 1a57872

Please sign in to comment.