LLJS icon indicating copy to clipboard operation
LLJS copied to clipboard

Add support for u64 and i64 types

Open radare opened this issue 11 years ago • 2 comments

radare avatar Feb 26 '14 22:02 radare

This will be quite hard to support since JavaScript doesn't have 64 bit integers.

mbebenita avatar Feb 26 '14 22:02 mbebenita

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

radare avatar Feb 26 '14 23:02 radare