Feeds

Ghidra 프로세서 모듈 생성

Summary

이 문서는 V8 바이트코드를 사용하여 SLEIGH에서 Ghidra 프로세서 모듈을 생성하는 방법을 설명합니다. Ghidra는 역공학 도구로, SLEIGH는 프로세서의 명령어를 정의하는 언어입니다. 이 예제를 통해 사용자는 Ghidra의 기능을 확장하고 새로운 프로세서 모듈을 만들 수 있는 기초를 배울 수 있습니다.

Content

Creating a Ghidra processor module in SLEIGH using V8 bytecode as an example - https://swarm.ptsecurity.com/creating-a-ghidra-processor-module-in-sleigh-using-v8-bytecode-as-an-example/