Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
crc
/
lib
/
Filename :
hex.js
back
Copy
// Generated by CoffeeScript 1.7.1 module.exports = function(number) { var result; result = number.toString(16); while (result.length % 2) { result = "0" + result; } return result; };