dezmen3
dezmen3
Played around with different versions of fakepdb and could finally make an .pdb file. I'm using IDA PRO 7.7 Steps: 1. Use fakepdb 0.3 to dump info into json file...
What is most efficient way to execute ODBC stored procedure? Currently I'm using this way: ``` char szQuery[512]{}; uint32_t nID = 5316; sprintf_s(szQuery, "{CALL pSelect_Data(%d)}", nID ); soci::rowset rs =...
When trying to read all spreadsheet names from xlsx file, i'm getting correct english names, but cyrillic symbols turns into giberrish ones instead cyrillic letters. ` const char* input_file =...
Noticed that when I save structure via save command to json, it prints it backwards, from down to up instead following structure as it is
### What happened? ### Task example: - Read 1000 lines source file - Translate all text messages to English ### Task result: - All messages translated (sometimes may skip few...