Re: Sending signals on syscalls

2016-12-24 Thread Dmitry V. Levin
Hi, On Sat, Dec 24, 2016 at 01:29:24PM +0100, Seraphime Kirkovski wrote: > Hello straces devs ! > > Recently, I had to do some reverse engineering on a malware for > a somewhat exotic platform. As the malware had its .text encrypted my > only possibility was strace. As always, it helped me to >

Re: Sending signals on syscalls

2016-12-24 Thread Eugene Syromyatnikov
Hello. If you can run the executable under gdb, you can try to use "catch syscall write". On Sat, Dec 24, 2016 at 12:29 PM, Seraphime Kirkovski wrote: > Hello straces devs ! > > Recently, I had to do some reverse engineering on a malware for > a somewhat exotic platform. As the malware had its .