Results 1 to 4 of 4

Thread: Std Modules a security risk?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 1999
    Location
    India
    Posts
    97

    Exclamation Std Modules a security risk?

    Hiya,

    I've heard that having standard modules in a VB ActiveX COM DLL is a security risk? The DLL's should only contain class modules?

    Is this true? If so why???

    Cheers!
    Gaurav
    [email protected]
    " Programming today is a race between software-engineers striving to build bigger and
    better idiot-proof programs and the universe trying to produce bigger and better idiots.
    So far the universe is winning".
    :-)

  2. #2
    Addicted Member ShIzO's Avatar
    Join Date
    Apr 1999
    Location
    Bartlett, IL
    Posts
    189
    nah,

    i think standard modules are fine... i mean how would you share for instance a global variable between 2 classes in the same DLL?

    you need a standard module for that...

    regards,
    shizo
    www.HardFind.com -buy/sell/trade your used hardware.

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    I've heard that having standard modules in a VB ActiveX COM DLL is a security risk? The DLL's should only contain class modules?
    Does this have anything to do with hackers being able to inject code into the memory space of a dll loaded into memory?
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    May 1999
    Location
    India
    Posts
    97
    Originally posted by ShIzO
    nah,

    i think standard modules are fine... i mean how would you share for instance a global variable between 2 classes in the same DLL?

    you need a standard module for that...

    regards,
    shizo

    How about via a public property of an implemented class???
    [email protected]
    " Programming today is a race between software-engineers striving to build bigger and
    better idiot-proof programs and the universe trying to produce bigger and better idiots.
    So far the universe is winning".
    :-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width