Re: Hidden File Extenstions To Be Careful Of

From: Eirik Seim (eirik@peter.mi.uib.no)
Date: 03/15/02


From: eirik@peter.mi.uib.no (Eirik Seim)
Date: 15 Mar 2002 09:52:57 GMT

In article <3C90FEE1.F244D267@msn.com>, The Trackers wrote:
> SOME HIDDEN FILES EXTENTIONS TO WATCH FOR:
> All start with *
> exe
> com
> bat
> dll
> ini
> mfc
> vbs
> js
> pif
> scr
> lnk
> pl
> shs
>
>
> Here is just a small list of file extensions which can be compromised by
> the hackers.

Great, why don't you just delete all such files from your computer?

- Eirik

--
Eirik Seim                        System Administrator
eirik.seim@mi.uib.no              Math. Department
http://www.mi.uib.no/~eirik       University of Bergen



Relevant Pages

  • Re: Simple Input In a MFC application
    ... other MFC programmers have followed parallel lines to augment the MFC in a ... either distributing an extra dll or having to include resources in calling ... which is why I'd use a DLL ... Place an edit control on the dialog ...
    (microsoft.public.vc.mfc)
  • Re: Soft Input Panel SIP
    ... is without MFC support. ... I tried to setup a new projekt Win32 Smart Device Projekt -- DLL add ... // DllGetClassObject - Exported function called to get pointer to ... STDAPI DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) { ...
    (microsoft.public.windowsce.app.development)
  • Re: Soft Input Panel SIP
    ... It looks like you are trying to create a dll with MFC statically linked. ... If you are you should start with the MFC wizard and create an "MFC DLL" project, instead of trying to paste MFC into a working non-MFC project. ... STDAPI DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) { ... IsEqualIID ) { ...
    (microsoft.public.windowsce.app.development)
  • Re: Soft Input Panel SIP
    ... Does your device have the MFC DLL installed? ... STDAPI DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) { ... IsEqualIID ) { ...
    (microsoft.public.windowsce.app.development)
  • Re: heap shared with DLL
    ... You may be able to make your own determination as you should have access to MFC source to analyze. ... It looks like theese MFC versions used there own allocators. ... In any case, in WinNT/2K/XP and in WinCE heaps are process-owned, and the heap manger (not the EXE or DLL) maintains alloc/free states of blocks. ...
    (microsoft.public.windowsce.embedded)