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-06-24 15:46:56 +02:00
2023-06-25 10:29:42 +02:00
2023-06-22 09:09:38 +02:00
2023-06-24 15:46:56 +02:00
2023-06-17 16:30:10 +02:00
2023-06-25 10:29:42 +02:00
2023-06-24 15:46:56 +02:00
2023-06-22 09:09:38 +02:00
2023-06-25 10:29:42 +02:00
2023-06-25 10:29:42 +02:00
2023-06-25 10:29:42 +02:00
2023-06-25 10:29:42 +02:00
2023-06-23 00:27:24 +02:00
2023-06-25 08:57:10 +02:00
2022-08-14 15:19:03 +02:00
2022-02-22 15:19:32 +01:00
2022-04-16 00:30:46 +02:00
2021-04-13 04:45:22 -07:00
2022-02-22 15:20:08 +01:00