DynamoRIO / DynamoRIO/dynamorio

x86_to_x64 does not support 32-bit fragments

Open
#862 1 comment 0 reactions 0 assignees View on GitHub
Migrated Priority-Low
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 15h
Merged PRs (30d)
31

Description

_From [ya...@google.com](https://code.google.com/u/117083146278203987623/) on August 06, 2012 14:18:06_

Currently, we assume that all fragments are 64-bit for -x86_to_x64. So, for now, X64_CACHE_MODE_DC(dc) is defined as (X64_MODE_DC(dc) || DYNAMO_OPTION(x86_to_x64)), and we always use x64 gencode.

We need to change them if we want to support 32-bit fragments in x86_to_x64.

_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=862_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.