• XSS.stack #1 – первый литературный журнал от юзеров форума

stealer C: how to implement sqlite and encryption in a small size?

3c2n90yt57489t3y8794

RAID-массив
Пользователь
Регистрация
01.09.2020
Сообщения
66
Реакции
5
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 ?
 
Пожалуйста, обратите внимание, что пользователь заблокирован
search tinysqlite parser. This is minimalist parser of sqlite format.
You don't need to use openssl. You can call Bcrypt in winapi, or write own fucntion of decrypt aes crypto mod.
And all then you will have a minimal size your malware.

And yes, yous should to learn how to use google, github, winapi
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх