C# 클래스 GameMaker.Dissasembler.StupidNewDisasembler

파일 보기 프로젝트 열기: WarlockD/GMdsam

공개 메소드들

메소드 설명
DissembleToFile ( string filename ) : void
GetSecondTopByte ( int int_0 ) : int
GetTopByte ( int int_0 ) : int
OpCodeWithOffsetBranch ( int int_0, int int_1 ) : int
StupidNewDisasembler ( File code ) : System
ThreebytesToTop ( int int_0, int int_1, int int_2 ) : int
TwoBytesToTop ( int int_0, int int_1 ) : int

비공개 메소드들

메소드 설명
DissasembleOneOpcode ( ) : int
smethod_1 ( int int_5 ) : int

메소드 상세

DissembleToFile() 공개 메소드

public DissembleToFile ( string filename ) : void
filename string
리턴 void

GetSecondTopByte() 공개 정적인 메소드

public static GetSecondTopByte ( int int_0 ) : int
int_0 int
리턴 int

GetTopByte() 공개 정적인 메소드

public static GetTopByte ( int int_0 ) : int
int_0 int
리턴 int

OpCodeWithOffsetBranch() 공개 정적인 메소드

public static OpCodeWithOffsetBranch ( int int_0, int int_1 ) : int
int_0 int
int_1 int
리턴 int

StupidNewDisasembler() 공개 메소드

public StupidNewDisasembler ( File code ) : System
code System.IO.File
리턴 System

ThreebytesToTop() 공개 정적인 메소드

public static ThreebytesToTop ( int int_0, int int_1, int int_2 ) : int
int_0 int
int_1 int
int_2 int
리턴 int

TwoBytesToTop() 공개 정적인 메소드

public static TwoBytesToTop ( int int_0, int int_1 ) : int
int_0 int
int_1 int
리턴 int