.RELOC 파일 확장자
Windows EXE Relocation Section File
| 개발사 | Microsoft |
| 인기도 |
2.8 | 25 투표 |
RELOC 파일이란 무엇인가요?
File that may be included in a Windows executable (.EXE) file; stores the relocation section of the executable, which affects how the program is loaded and run in memory; often included in Windows 16-bit and 32-bit executables.
추가 정보
Although relocation tables are often generated by compilers, they may not be needed and therefore unnecessarily increase the executable file size. You can use the program StripReloc to remove RELOC files from executables.
참고: You can use 7-Zip to open an EXE file and view the included RELOC file, if it exists for that executable.
RELOC 파일을 열거나 참조하는 프로그램
Windows