gogo2464

Results 112 comments of gogo2464

With raw buffer I mean b"". I mentioned the term slighty hack in the comment of pwntools https://github.com/Gallopsled/pwntools/blob/dev/pwnlib/tubes/process.py#L691 I thins this issue could fix the hack.

May be a bad idea... https://stackoverflow.com/questions/70959954/error-waiting-for-a-runner-to-pick-up-this-job-using-github-actions. We haveto watch this: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners

Because I believed that the last commit has failed because of an update of ubuntu. I was wrong. It is because they have updated the doctests files https://github.com/Gallopsled/pwntools/commit/45551f4bc4f2b827322f6c9ffafe96187990d709#diff-6150a9f46149f9c8597c4a781d91135297a06a9110cbf6ce3c66e94cb69ac95b . Anyway...

For bionic, this is the oldest version supported by github https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners :(

According to your error log I think you may need to install pandoc (`FileNotFoundError: [Errno 2] No such file or directory: 'pandoc'`) Then, try to install pandoc first. In windows...

For the moment, does my command fix your issue on your computer?

When should the branch be merged?

@Gekkio can I see your work to make a PR on please?

@Gekkio Can I start my PR now?

With radare2 you can set breakpoint on compiled part of binaries such as arm and in .dex files. In pratice I personally just use radare2 for the binary because it...