Kawe Mazidjatari b76f4aa3bd CModule class improvements
*Use unordered_map to get mpdule sections instead, as this is more performant than comparing strings.
* Removed 'm_SectionName' field from ModuleSections_t, as the unordered map now keeps track of them.
* Removed all extraneous module section copies.
* Renamed 'GetImportedFunction' to 'GetImportedSymbol'.
* Renamed 'GetExportedFunction' to 'GetExportedSymbol'.
*Made a static version of 'GetImportedSymbol' and 'GetExportedSymbol', so it could be used on raw module base addresses.
*Created inlines for getting the DOS and NT headers.
*Improved formatting so the code could be read more easily on a vertical monitor.
2023-06-25 10:29:42 +02:00
..
2023-04-06 23:50:48 +02:00
2023-06-03 18:10:32 +02:00
2023-05-10 00:05:38 +02:00
2023-05-10 00:05:38 +02:00
2023-04-06 23:50:48 +02:00
2023-04-06 23:50:48 +02:00
2023-04-06 23:50:48 +02:00
2023-04-06 23:50:48 +02:00
2023-05-10 00:05:38 +02:00
2023-04-05 21:38:28 +02:00
2023-06-25 10:29:42 +02:00
2023-06-19 22:36:46 +02:00
2023-05-10 00:05:38 +02:00
2023-05-10 00:05:38 +02:00
2023-05-15 20:47:17 +02:00
2023-04-06 23:50:48 +02:00
2023-04-06 23:50:48 +02:00
2023-04-06 23:50:48 +02:00