gecko-dev/mozglue/baseprofiler
Yannis Juglaret 0f95935569 Bug 1842368 - Force loading modules as image files for untrusted modules ping. r=gstoll, a=dmeehan
When we prepare an untrusted modules ping, we currently let Windows
choose between loading the module as a data file or as an image file.
However our code relies on the module being loaded as an image file,
because we do RVA computations. We must use the proper flag
LOAD_LIBRARY_AS_IMAGE_RESOURCE alone, which guarantees what we want:
loading as an image file, but not for execution.

Differential Revision: https://phabricator.services.mozilla.com/D183076
2023-07-08 15:09:02 +00:00
..
build Bug 1818080 - [remote] Add profile markers for CDP, Marionette and WebDriver BiDi commands and events. r=webdriver-reviewers,canaltinova,jdescottes 2023-03-31 12:42:44 +00:00
core Bug 1842368 - Force loading modules as image files for untrusted modules ping. r=gstoll, a=dmeehan 2023-07-08 15:09:02 +00:00
lul
public Bug 1728769 - Use std::underlying_type_t for profile buffer enum types r=canaltinova 2023-04-05 13:52:29 +00:00
moz.build