Takahiro Haruyama
Takahiro Haruyama
The color theme change setting function have been integrated in IDA (probably since IDA 7.3?). You can test the dark color theme by clicking Options -> Colors -> Current theme....
Thanks but I got the result already because sometimes the dry-run was passed in the case. I want to know normally we have to identify the cause then fix it...
The following code https://github.com/zmap/zmap/blob/f44fc155fe72f2ea63032b8b7dd39434865084af/src/recv.c#L77 has been modified to `bytes + zconf.data_link_size, buflen - zconf.data_link_size);` Then the fault haven't happened for a longer term scan than before.
ok, thanks for reply.
Thanks for quick reply, Steven! I use the latest version and the clone search app is Asm2Vec. I'm attaching the log file. There is com.fasterxml.jackson.databind.exc.InvalidFormatException before the error. [spring.log.txt](https://github.com/McGill-DMaS/Kam1n0-Community/files/2622914/spring.log.txt)
Steven, I don't rush so you can take your time. The file is Portable Executable 32 .NET Assembly code.
Thanks Steven! I look forward to seeing the future version. Again, I don't rush so it's ok even if the priority is low.
Sean, Rekall seems to modify internal method names and algorithms, so I think it's not easy. But I'm interested in Rekall support too. First of all, I try to use...
Sounds great. openioc_scan uses [OpenIOC 1.1](https://github.com/mandiant/OpenIOC_1.1) format IOCs. I think the implementation of [ioc_writer](https://github.com/mandiant/ioc_writer) is helpful for understanding the format. The specific IOC definitions for openioc_scan is included in [this...