Josh Watson

Results 11 comments of Josh Watson

AssembleError is definitely used in assemble_one

Do we have a standard unit test framework that we use?

That's because LNOToken.evm begins with its constructor: ![image](https://user-images.githubusercontent.com/5834130/46331978-30a7b700-c5cf-11e8-8e3e-6a0ca40e3d39.png) I took the provided file, and created a new file from offset 0x54 to the end (see the parameters of the `CODECOPY`)....

Separate binary views means that in the bottom where it says "Raw" or "PE" or "ELF" you'd be able to select from "Raw", "PE", and "Unpacked UPX" (or whatever they...

So looking at that particular example, the sub_1e is doing what it's supposed to do, but the jump destination is invalid. That's why you're not seeing anything more. Creating an...

First issue is that you are providing the constructor to Ethersplay, so that's what you're seeing as the function named 0x40. Per the README, you should run `solc --bin-runtime file.sol`...

Thanks for the contribution! We're actually in the middle of a refactor of ethersplay, and knownHashes is moving to a different module, but we'll probably add the new methods from...

You're going to have trouble doing this easily, because `update_analysis_and_wait()` is going to return as soon as the first analysis pass completes, which is prior to the initial analysis is...

I get this in stderr when I load this plugin with Binary Ninja using python3: ``` NOTE: When using the `ipython kernel` entry point, Ctrl-C will not work. To exit,...

Yes please. I can’t believe there isn’t a ticket for this already haha. I’ve wanted this since I started implementing an LLIL emulator!