'REC'에 해당되는 글 1건

  1. 2010.05.01 REC(Reverse Engineering Compiler) / Decompiler
파일방2010. 5. 1. 09:56
예전에 모아둔 pdf 파일을 읽다가 REC 라는 넘이 나와서 검색했더니
아쉽게도(?) source 형태는 public domain에 공개하지 않지만, 실행가능한 바이너리 파일은 공개되고 있다.

Features of versions 1.x
These are some of REC's features:
  • Multitarget : REC can decompile 386, 68k, PowerPC and MIPS R3000 programs.

  •  
  • Multiformat : REC recognizes the following file formats:
    • ELF (System V Rel. 4, e.g. Linux, Solaris etc.)
    • COFF (System V Rel. 3.x, e.g. SCO)
    • PE (Win32 .EXE and .DLL for Microsoft Windows 95 and NT)
    • AOUT (BSD derivatives, e.g. SunOS 4.x)
    • Playstation PS-X (MIPS target only)
    • Raw binary data (via .cmd files)

    •  
  • Multihost : REC is available for Linux 3.0 (i386), Windows 95 and SunOS 4.1.4.

  •  
  • Supports high-level symbolic information in COFF, ELF+STAB, AOUT+STAB.

  •  
  • Scalable user interaction: from totally batch mode to full-screen browser-like interactive mode.

  •  
  • HTTP server mode allows using an HTML browser as user interface
REC sources are not in the public domain.

[링크 : http://www.backerstreet.com/rec/rec.htm]

Posted by 구차니