Search results for query: *

  1. C

    Question Visual Basic 2008 read permission help.

    Hello, i'm working on an app that reads bit of code of each file of system32. Anyway, don't worry about that part, but even if I run as administrator, it won't let me access the path. It says, 'Access to "C:\Windows\System32\cpa031033.cpx" is denied' and stuff like that. How could I fix...
  2. C

    Question how to prevent exe files from decompiling?

    Decompile vb app Theres a free way of doing this with SmartAssembly. It's a Obfuscation Prevention System. Download it, import your vb app. Set the actions. It will become un-readable. http://www.smartassembly.com/download/%7Bsmartassembly%7D.Setup.msi
  3. C

    Visual Basic 2008 Winsock Chat

    Hey, I was wondering how I could actually make a WORKING chat system in visual basic 2008. I've watched tutorials on YouTube, and all of them fail and I get a weird error. I wan't one were you simply put in your buddie's IP and they put in yours and you can talk. A attachment or download link...
  4. C

    Question Transfer data From Clients to Server through Web

    ransfer data From Clients to Server In Vb .NET through Web Actually, I would prefer having the users downloading from a FTP server. It's faster and more secure. Simply make a ftp server (FileZilla, CuteFTP ect ect...) and have the app download the files from the FTP server using this method...
  5. C

    Remote Desktop

    We'll, this is very hard to do in Visual Basic 2008. The only real working solution is following the steps: 1. Create a FTP server 2. Make sure the FTP server has well over 1 GB of space 3. Make a application in Visual Basic that takes a screen shot of the desktop 4. Upload the image to the...
  6. C

    Reading strings in a .exe file for virus signatures

    Re: Reading strings in a .exe Theres really no way to read the actual strings, but I think you should read the 'Bytes' You first get a list of malicious file NAMES and then have it scan for those. If it detects one, then it reads the bytes, (How many chars are in it) If it matches the...
Back
Top