The MASM Forum

Projects => Poasm => Pelle's C compiler and tools => Topic started by: Vortex on August 24, 2017, 05:28:08 AM

Title: TLPEView
Post by: Vortex on August 24, 2017, 05:28:08 AM
TLPEView is a tool to view the content and structure of 32-bit \ 64-bit portable executables,  DLLs, MS COFF object modules and import libraries. Developed by TimoVJL , TLPEView supports also a plugin system. The tool is in alpha state but the development will continue later.

TLPEPlgUDisAsm is a plugin to disassembly the sections of a module. It's based on the udis86 library.

TLPEPlgSave is another plugin to save the content of a module section. The plugins must be extracted to the folder hosting TLPEView.

https://github.com/TimoVJL/Tiny-Lousy-projects
Title: Re: TLPEView
Post by: jj2007 on November 10, 2020, 05:43:54 AM
TLPEView is excellent, I use it often :thumbsup:
Title: Re: TLPEView
Post by: Vortex on November 10, 2020, 06:29:22 AM
Hi Jochen,

I agree with you, TLPEView is excellent. Very good tool to study the internals of MS COFF \ PE modules.