IL Disassembler - 닷넷의 디컴파일도구
CODEDRAGON ㆍDevelopment/C#, Xamarin
반응형
IL Disassembler
닷넷의 디컴파일도구
IL Disassembler 실행 방법
- Visual Studio의 Developer Command Prompt로 실행
- exe 직접 실행
Visual Studio의 Developer Command Prompt로 실행하기
Visual Studio의 Developer Command Prompt를 실행
ildasm.exe
exe 직접 실행
실행파일 위치로 이동
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools
exe파일 실행
실행화면
C#으로 컴파일한 exe파일을 디스어셈블리한 화면
심볼(Symbol)
심볼 | 축약형 | 설명 |
.(DOT) |
| |
[NSP] |
| |
[CLS] |
| |
[VCL] |
| |
[INT] |
| |
[FLD] |
| |
[STF] |
| |
[MET] |
| |
[STM] |
| |
[PTY] |
| |
[] | 열거형(Enum) | |
| Event | |
| Manifest or a class info item |
Ildasm.exe Tutorial
https://msdn.microsoft.com/en-us/library/aa309387(v=vs.71).aspx
'Development > C#, Xamarin' 카테고리의 다른 글
비주얼스튜디오 - 코드 자동정렬 단축키 (들여쓰기) (0) | 2016.03.21 |
---|---|
Error-CS0017: Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point. (0) | 2016.03.15 |
Mono Project (0) | 2016.03.02 |
Universal Windows App Development Tools 설치 및 활성화하기 (0) | 2016.02.21 |
C# 프로그래밍(Programming in C#) 점프 스타트 (0) | 2016.02.10 |