Andrew Righter

Results 1 issues of Andrew Righter

``` f1 = bv.functions[0] f1b1 = f1.basic_blocks[0] start = f1b1.start end = f1b1.end while start != end: x, size = bv.arch.get_instruction_text(bv.read(start, 4), start) ins.append(x) start += size ``` `print ins`...