gogo2464

Results 112 comments of gogo2464

`iced` actually seems to be the best GUI. Sadly I have already started on `Druid`. :(

I need to update the [unit test](https://travis-ci.com/github/Rair-Project/rair-core/jobs/382108999#L494) to add my new command.

I added new unit test to make coverage be better.

Thank you for review. I used this template: https://wenzel.github.io/2018/04/15/radare2-io-plugin-tutorial.html . Nothing is ready yet.

@trufae fixed thank you so much! For the other issues, this is just a template from internet. We could import the doc on r2book and r2 blog from https://wenzel.github.io/2018/04/15/radare2-io-plugin-tutorial.html and...

> i cant repro the ptrace-attach problem you reported yesterday on the irc. the plugin is called and behaves as expected I also used remote debuging from emulicious to test....

@ZzEeKkAa I can only agree with you. KIt sounds very cool! BUT if you want to launch yourself in this adventure, do not forget to create tests for your own...

> I'm new to radare2, but I've recently discovered that llvm has pretty wide support for different binary formats. XCOFF including, may be will be helpful: https://github.com/llvm/llvm-project/blob/main/llvm/lib/BinaryFormat/XCOFF.cpp yes but r2...

I can only agree with you. I will write some PR on pwntools from the code I met on pwintools.

Then we could use ``` import logging logging.info("info") logging.debug("debug") logging.error("error") ``` it is a built in function.