-
1
- #1
I'd thought I'd ask what additional tools people use in their Delphi (and other) development. Some of the ones I've found that I've pulled out at times:
Dependency Walker - I use this one to load DLLs and EXEs and look at things such as module dependencies, but primarily for looking at what procedures/functions are available in the module that I can look into calling.
(Download link only) Eric Grange's Sampling Profiler for Delphi - profiles Delphi apps.
Resource Hacker - load up an EXE, DLL, or RES and you can look at and manipulate the resource files within them. Useful for figuring out resource names/ids in your code.
XVI32 - probably the best free hex editor I've run into.
(any other good tools that people have and use?)
Dependency Walker - I use this one to load DLLs and EXEs and look at things such as module dependencies, but primarily for looking at what procedures/functions are available in the module that I can look into calling.
(Download link only) Eric Grange's Sampling Profiler for Delphi - profiles Delphi apps.
Resource Hacker - load up an EXE, DLL, or RES and you can look at and manipulate the resource files within them. Useful for figuring out resource names/ids in your code.
XVI32 - probably the best free hex editor I've run into.
(any other good tools that people have and use?)