通过函数调用

时间:2016-01-22 08:56:57

标签: c++ assembly x86

我需要一些可以让我执行以下操作的库:

std::string asm_code_string=
"mov eax,edx
push eax";

char * binary_code=__Desired_Library__.convert(asm_code_string);

我希望我传达了这个想法

谢谢。

0 个答案:

没有答案