
IA32/Intel64 x86 명령어를 인코딩 및 디코딩하기 위한 저수준 라이브러리로, 명령어 길이, 피연산자, 카테고리, 제어 흐름 메타데이터용 API를 제공합니다.
https://github.com/intelxed/xed/issues/new
git clone https://github.com/intelxed/xed.git xed
git clone https://github.com/intelxed/mbuild.git mbuild
cd xed
./mfile.py
그런 다음 obj 디렉터리에서 libxed.a/libxed.so(Linux) 또는 xed.lib(Windows)을 가져옵니다. 공유 객체 빌드를 원하면 " --shared"를 추가합니다. 헤더와 라이브러리를 "kits" 디렉터리의 키트에 넣으려면 " install"을 추가합니다. Windows에서는 "./mfile.py" 앞에 "C:/python3/python "을 추가합니다.
두 가지 옵션이 있습니다:
./mfile.py examples
그러면 컴파일된 예제가 obj/examples에 위치합니다.
./mfile.py install
cd kits
cd <whatever the kit is called>
cd examples
./mfile.py
자세한 내용은 소스 빌드 문서를 참조하세요.
대용량 라이브러리나 바이너리가 걱정되나요? 몇 가지 옵션이 있습니다:
기여하려면 다음을 수행하세요: