Camille Mougey

Results 30 comments of Camille Mougey

Just a quick look, but, if I run your second code, I indeed obtain: ``` EAX = (SYMB_EAX + 0xC) ^ 0x89ABCDEF, stack = {MEM_0x123fffc 0 8, MEM_0x123fffd 8 16,...

Well, I think @serpilliere has some tries with pattern matching jump tables. In general case, it is actually a more complex problem, as some kind of range analysis is needed...

> I have copied the CMP instruction, as CMP is also an alias of SUBS Does CMP also update the destination?

So it isn't an alias of SUBS, right? Or maybe I misunderstood your sentence

Hi, It might not be the best solution, but the way I saw it, the filesystem should be relative to the sandbox root. Ie, it should work the same way...

Hi, I'm not sure to understand the step description, but we're maybe saying the same thing. IMHO, we want two things: * A simple to understand behavior, such as the...

Hi, Thanks for reporting it. I've not been able to reproduce your bug, can you paste here the result of "idc.GuessType(FAULTY_FUNC_ADDR)"? On a void function, I obtain (for instance): `void...

Hi, Thanks for the PR. Regarding the implementation, `Container.from_stream` is actually taking an optional argument `addr`. To quote the associated docstring: "*Base address for the binary. If set, force the...

Thanks for pointing this commit out. According to its commit log, its seems that it could fix #130, but not this issue. Also, this might be related to our deployment....

It may be related to #132