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-19 13:53:56 +02:00
2023-05-10 00:05:38 +02:00
2023-06-13 17:43:32 +02:00
2023-05-10 00:05:38 +02:00
2023-06-25 10:29:42 +02:00
2023-06-24 00:56:00 +02:00
2023-05-06 16:23:56 +02:00
2023-01-22 12:04:21 +01:00
2022-12-03 02:58:34 +01:00
2023-03-27 17:42:55 +02:00
2023-01-23 23:40:40 +01:00
2023-05-06 12:16:24 +02:00
2022-11-17 17:51:37 +01:00
2022-12-03 02:57:11 +01:00
2022-12-03 02:57:11 +01:00
2023-05-10 00:05:38 +02:00
2023-05-20 14:03:44 +02:00
2023-03-27 17:42:55 +02:00
2023-04-10 22:30:57 +02:00
2022-09-25 13:36:55 +02:00
2023-03-28 01:24:55 +02:00
2023-02-06 02:15:01 +01:00
2023-06-22 00:34:26 +02:00
2022-08-09 11:53:33 +02:00
2023-05-20 14:04:33 +02:00
2022-09-09 02:28:03 +02:00
2022-09-25 13:36:55 +02:00
2023-03-01 00:09:38 +01:00
2022-08-30 01:22:53 +02:00
2022-08-30 01:22:53 +02:00
2022-12-03 02:57:11 +01:00
2023-01-19 15:06:08 +01:00
2023-02-13 23:46:37 +01:00
2023-01-20 17:20:50 +01:00