|
PE Explorer: what makes a program tick?
PE Explorer: a complete multi purpose tool that comes with PE Header Viewer, Exported/Imported API Function Viewer, API Function Syntax Lookup, Delay Imports, Debugs Information, Relocations, Resource Viewer/Editor, Disassembler & Dependency Scanner. On top of all that this program has one of the best UPX Unpackers Built in.
Related Discussions - HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)Find the handle of the window using FindWindow or EnumWindows and use
PostMessage(ProgramHandle, WM_CLOSE, 0, 0);
I have not tried it, but it...
- HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)This is possible using COM objects and ActiveX Server ...
Don't ask how ... I'm not into COM object programming ... :o)
Regards
/Filip
- HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process.
Try...
- FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
- SENDING ICQ MSGS FROM DELPHI (2001-01-03 14:54:03)I tried the ICQ Api, but never used it. I've added a simple ICQPager component to delphipages (Winsock/TCPIP).. it might help...
Q
- RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
- ADD TO RESOURCE ON RUNTIME (2001-01-04 09:00:49)I think what you are asking is to change the .EXE file at run-time. Yes, it is possible, but nobody I found will share that information.
If you...
- HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)How to make it run as if you were running it outside of Delphi.
Tools | Debugger Options --> Language Exceptions.
Their is a checkbox titled...
- REPEATING FUNCTIONS (2001-01-04 09:46:34)The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
- NEED HELP WITH DELPHI DLL'S (2001-01-05 06:17:19)Thanks for the replay, but I need a handle to the calling program not the DLL. Instance in DLLMain(...) is to the calling program. Thanks...
|