Henrik Hørlück Berg

Results 2 comments of Henrik Hørlück Berg

Also ran into this Running `CFGEmulated` with ```py main = p.loader.main_object.get_symbol("main") cfg = p.analyses.CFGEmulated( resolve_indirect_jumps=True, show_progressbar=False, normalize=True, starts=[main.rebased_addr], keep_state=False, context_sensitivity_level=0, ) ``` (note: simprocedures set to `False` and `"auto_load_libs": True,`),...

> ./script.fish | sed '/blah/' | read -lz html_out In that example `read`'s `stdin` is connected to the pipe, `stdout` is not. The way default way piping works is to...