Imaginary C2 is a python tool which aims to help in the behavioral (network) analysis of malware. Imaginary C2 hosts a HTTP server which captures HTTP requests towards selectively chosen domains/IPs.
def make_from_real_imag(x, y): return get('make_from_real_imag', 'rectangular')(x, y) def make_from_mag_ang(r, a): return get('make_from_mag_ang', 'polar')(r, a) ...