Greg Poisson

Results 10 comments of Greg Poisson

Also encountering this issue, here is an example of r2pipe claiming my argument is invalid: ``` C:\Users\sordidlist λ python3 -c "import r2pipe; r = r2pipe.open('C:/Users/sordidlist/Desktop/brainpan.exe', flags=['-A']); r.cmd('iz')" Warning: set your...

I gave it a try with the latest build from git, but got the same behavior. I discovered that if I copy the file to the current dir AND take...

I'd be happy to take a crack at it, if you don't mind helping me with specific places and things to test. Regarding the /, yeah, I should have also...

Can confirm it works if I escape the backslashes like `\\`, and also if I use `r'string'`. I've used byte strings in python before but I didn't know about raw...

The only other thing is the `flags=['-A']` thing but the workaround of doing `r.cmd('aaa')` works just fine for me. I'll re-test the flags issue with the binary in the local...