Attila Axt

Results 12 comments of Attila Axt

I've added that line. Now if I run `llvm-dec sample32 ` it fails at the first instruction of `main`. ``` Cannot translate instruction: PUSH32r: Couldn't translate instruction UNREACHABLE executed at...

Did you call it with an 'asminst=True' parameter?

Just for a smoketest, I've tried with the latest version of angr, and it is working for me. Could you try what happens with 'vexinst=True'? Do you see vex instructions...

Could you solve it? I'm curious what was/is the problem.

I'm sorry to hear that. Not sure how to help. Did you check that the codes I linked above were executed? If yes, then you should check the 'n.content' map...

Hi, sorry for my late answer! I've not too much freetime lately, and forgot to react to the issue + i'm not working with angr since years, so I abandoned...

Hi. Sorry for my late answer, I forgot to react to this issue :-(. Not sure what you have in mind, if its still an issue for you, can you...

BEFORE ['solver_engine', 'scratch', 'regs', 'registers', 'procedure_data', 'memory', 'test', 'posix'] AFTER ['log', 'solver_engine', 'scratch', 'regs', 'registers', 'procedure_data', 'memory', 'test', 'posix']

With just `print regs.ip` in the `step` function. The 'log' plugin is missing in the first step. ``` BEFORE ['solver_engine', 'scratch', 'regs', 'registers', 'procedure_data', 'memory', 'test', 'posix'] AFTER ['solver_engine', 'scratch',...

With option 1, since we will only copy the plugins which existed before call to the `copy` function, will we not loose the state of the on-demand created plugin from...