* [merp] Point managed image_size at correct size field
* [merp] Bump merp version number
Fixes mono/mono#13834
Commit migrated from https://github.com/mono/mono/commit/
5f5c51f3ef40a91053b38cc4ef9673098bab2fe9
dest->managed_data.filename = image->module_name;
MonoDotNetHeader *header = &image->image_info->cli_header;
- dest->managed_data.image_size = header->pe.pe_code_size;
+ dest->managed_data.image_size = header->nt.pe_image_size;
dest->managed_data.time_date_stamp = image->time_date_stamp;
#include <mono/metadata/threads-types.h>
#include <mono/utils/json.h>
-#define MONO_NATIVE_STATE_PROTOCOL_VERSION "0.0.3"
+#define MONO_NATIVE_STATE_PROTOCOL_VERSION "0.0.4"
typedef enum {
MonoSummaryNone,