Hello, If I want to code a stealer, how could I implement sqlite functions in order to communicate with google chrome database? Is adding the full sqlite library a good practice? The same question for cryptographic functions I need to use in a stealer: If I use OpenSSL the final size is really huge. Should I use a smaller library or can I implement all crypto functions using winapi ?