Open radare opened 10 years ago
There are some implementations for long.js and bignum.js that may let this work, but interoperability may be problematic. Here are the links:
http://docs.closure-library.googlecode.com/git/closure_goog_math_long.js.html http://jsfromhell.com/classes/bignumber
This will be quite hard to support since JavaScript doesn't have 64 bit integers.