The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
Poasm
»
Pelle's C compiler and tools
(Moderator:
Vortex
) »
TLPEView
« previous
next »
Print
Pages: [
1
]
Author
Topic: TLPEView (Read 5046 times)
Vortex
Moderator
Member
Posts: 2744
TLPEView
«
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
«
Last Edit: March 06, 2022, 08:07:37 AM by Vortex
»
Logged
jj2007
Member
Posts: 13651
Assembly is fun ;-)
Re: TLPEView
«
Reply #1 on:
November 10, 2020, 05:43:54 AM »
TLPEView is excellent, I use it often
Logged
Masm32 Tips, Tricks and Traps
Vortex
Moderator
Member
Posts: 2744
Re: TLPEView
«
Reply #2 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.
Logged
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
Poasm
»
Pelle's C compiler and tools
(Moderator:
Vortex
) »
TLPEView