kotee4ko
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...
On IDA Pro 7.5 *
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()`  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:  Thanks, Cat.
@Arinerron Sure, I can. But I wish to do it privately, if it is possible. Can I send you email?
@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...