 |
|
|
|
| Author |
Message |
OfficeUser
Joined: 02 Feb 2008 Posts: 16
|
Posted: Thu Feb 07, 2008 4:13 pm Post subject: OCX file/Dll File Security |
|
|
Which type of file, OCX or Dll, is more secure in terms of cracking the file
and changing the functions and/or procedures the file contains?
Thanks!
Archived from group: microsoft>public>vb>winapi |
|
| Back to top |
|
 |
Ken Halter
Joined: 04 Oct 2007 Posts: 4150
|
Posted: Thu Feb 07, 2008 1:39 pm Post subject: Re: OCX file/Dll File Security |
|
|
"OfficeUser" wrote in message @corp.supernews.com...
> Which type of file, OCX or Dll, is more secure in terms of cracking the
> file and changing the functions and/or procedures the file contains?
>
> Thanks!
They're all equally hackable. As far as actually changing the functions...
if the hacker's capable of that level of disassemby, might as well give them
the source because it'll take far longer to protect against that skill level
than it will for that guy to crack your code.
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm |
|
| Back to top |
|
 |
Ralph
Joined: 04 Oct 2007 Posts: 4148
|
Posted: Thu Feb 07, 2008 3:47 pm Post subject: Re: OCX file/Dll File Security |
|
|
"OfficeUser" wrote in message@corp.supernews.com...
> Which type of file, OCX or Dll, is more secure in terms of cracking the
file
> and changing the functions and/or procedures the file contains?
>
> Thanks!
>
Neither has a 'security' advantage over the other, if a potential attacker
has physical access to the file or its environment (OS).
In fact no 'program' can do anything to totally protect itself - it is
completely dependent on its environment to provide these services.
-ralph |
|
| Back to top |
|
 |
Thorsten Albers
Joined: 04 Oct 2007 Posts: 756
|
Posted: Thu Feb 07, 2008 1:58 pm Post subject: Re: OCX file/Dll File Security |
|
|
OfficeUser schrieb im Beitrag
...
> Which type of file, OCX or Dll, is more secure in terms of cracking the
file
> and changing the functions and/or procedures the file contains?
There is no elementary difference between an OCX and an ActiveX DLL,
especially there is >>no<< difference in the type of binary code.
Simplifying it one could say: An OCX is an ActiveX DLL with the filename
extension '.ocx', and an ActiveX DLL is an OCX with the filename extension
'.dll'.
--
----------------------------------------------------------------------
THORSTEN ALBERS Universität Freiburg
albers@
uni-freiburg.de
---------------------------------------------------------------------- |
|
| Back to top |
|
 |
MikeD
Joined: 04 Oct 2007 Posts: 3348
|
Posted: Fri Feb 08, 2008 12:51 am Post subject: Re: OCX file/Dll File Security |
|
|
"OfficeUser" wrote in message @corp.supernews.com...
> Which type of file, OCX or Dll, is more secure in terms of cracking the
> file and changing the functions and/or procedures the file contains?
>
No difference whatsoever because both (as far as created in VB) are
essentially the same (meaning both ActiveX). Sure, in development there are
differences, but as far as a compiled file, virtually no differences.
--
Mike
Microsoft MVP Visual Basic
|
|
| Back to top |
|
 |
|
|
| Related Topics: | File Security API's Hello, I have made a program that copies a file from a client PC to a server. In that process it sets the file owner to the client machines logged in user. I am trying to use the Security APIs to read the file security of the original file on the server
Accessing the Security Descriptor of a File Hello, I have created a program that will be used to update data files on a server from a client. Everything is working fine but there is one outstanding issue. Because the files are being replaced on the server from a client machine, the owner of the f
Closing File Handles to release locked file Hello everyone I would like to be able to close a file handle on a locked file. I have a situation where one program creates a Word document based on a template, and then passes the new document to Word for editing. However, the template is not released
GetOpenFileName/Scroll deafault file in the file list into v I am using the from VB to display then "File Open" dialog box. You can also specify a default file in this dialog. Is there a way to scroll the file list in the dialog, so that this default file(name) is visible (and selected) in the fil
Identify a file type and open the file Hi All, I want to write C# code to identify a file type and open the file in the associated editor. For example, text files should be identified and opened in notepad, html should be opened in internet At design time, I do not k |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|