C# 클래스 GrayStorm.beaEngine.disassemble

파일 보기 프로젝트 열기: GrayKernel/GrayStorm 1 사용 예제들

공개 메소드들

메소드 설명
disassembler ( byte bytesToDisassam, System disasmBox, IntPtr methodIntPtr ) : void

메소드 상세

disassembler() 공개 메소드

public disassembler ( byte bytesToDisassam, System disasmBox, IntPtr methodIntPtr ) : void
bytesToDisassam byte
disasmBox System The listbox to dump disasm to
methodIntPtr System.IntPtr The trueIntPtr of the Method that we want to attack so that our jmp,call,etc are at the correct offsets.
리턴 void