Daniil Morozov

Results 11 comments of Daniil Morozov

Thanks for the quick response. Yes, here is exe file. It's a very simple program, just several asm instructions: ![ida](https://user-images.githubusercontent.com/36066426/42588490-b2a12cec-8546-11e8-8267-35b03eb8e9ad.JPG) UPD: I use Windows [gg.zip](https://github.com/joxeankoret/pyew/files/2185498/gg.zip)

Sorry, It's my mistake, I did not fully understand what a basic block. It also can be like pyew return (for example on the image above (there IDA's CFG) or...

UPD: I thought about blocks, and I realized that the case on the image in question is really probably a mistake because 'call' and 'mov' can't be in one basic...

Thank you, is it possible to add some checks that delimiter is used?

Thank you, can you please also tell is any way to skip private dependensies from analysis? flag `--no-error` seams doesn't work :(

I faced the same needs, please add something to scan from general string without reading file. Example is some data which comes from HTTP response from server

Hi, is any avaliable solution to skipping?