kotee4ko

Results 54 comments of kotee4ko

``` #!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import print_function import datetime import threading import xmlrpclib from SimpleXMLRPCServer import SimpleXMLRPCServer from xml.sax.saxutils import escape import idaapi import idautils...

xmlrpc.client.Fault: now, I'm see this on client-side (GDB).

It seems that in `pwndbg/ida.py` a lot's of old-style classes and methods. I try to fix it, now I get this error: ```Exception occurred: Error: ()``` It's hard to find...

idk, but it's seems that integrate PWNGDB's `nextcall` `nextret` `vis` to gef - is much simple, that integrate IDA and BN to PWNGDB

Target is a binary wrapper around huge shared lib, written on C++. Moreover -- it use some sort of preloading like LD_LIBRARY_PATH I use -e and -F for setting up...

Seems that heaptrace lost forked child after `fork()` ![изображение](https://user-images.githubusercontent.com/62266948/137793912-ebb78429-bdcf-4028-99a2-24fabd6fff71.png) If disable `-F` -- the binary would not continue execution and freeze at the moment of the fork.

And if i try to attach via pid -- binary catch SIGTRAP, while heaptrace show this: ![изображение](https://user-images.githubusercontent.com/62266948/137794330-6e52b838-819c-4f7b-b2dc-3261d1ffc3b0.png) Thanks, Cat.

@Arinerron Sorry for delay, as always a lots of stuff to do.... ``` -----BEGIN PGP MESSAGE----- hQEMAzfGABjyFDKTAQgAmzPyXqFWOLO0CXR4mkP5Y1N1N2fTIz5Rwd174NDveOsB ggIAOlIoSV6kifu6kcrTH6JksNHAOSqCSjZ13oIY0I3sSWMmoKtzKrz0tULVZkUr P/ncxj8kXj0J2vygtbuqluhxYf7Dyp77BMaQoKalOKwh2oZsmH9C+uOvyjd3qTI1 9Ss6lbfaGgJhd0xAPOsLI77yHeN8iUpKHSWwgKB6Orlq1ksbi4AVXyyhmWN5Wful a9JJzVq2CFCDz0ymZHIIliQBw2X5w2w6GpOrIb3+xAKLGxh6zIh5LddsEwFzHzDH vYVazJDAmVr+z8mNJYdkGMi/AUwRdI2szS1ZMVxENtJtATKBCaIoqdpmUf5eEogG SKAEdmg6Ro87NH9G62RPIN3VT3RLhl4N9LLJAeXldDTO9ofASMUUWXIU0l6cK5g7 KpGlFsHBdDGSHk4CDVFr8sjgtoxpRvQoHyBQ9AQnDWm3iu4HqbBGVDVzhjDsTg== =/ne6 -----END PGP MESSAGE----- ``` try...