Using mitmproxy to allow closed-source application to communicate with licensing server with expired TLS cert
we’re using a 3rd party library that shall remain nameless. vendor provides this library to us in form of few .so files, few headers and sample code. we have a small custom c++ wrapper for it. whenever library is initialized – it makes a call to licensing server and does some challenge/response verification. on one ... Read More