Login Register


Simple extension spoofer (source code download) filter_list
Author
Message
Simple extension spoofer (source code download) #1
So I created a small project in visual basic not to long ago that will use the left to right override character to spoof a file extension. The program is pretty straight forward and I am putting the download link to the source code below. If you want the program and not the source code download the zip, extract it, navigate to: File Spoofer > File Spoofer > Bin > Debug, then just run "File Spoofer.exe".

I know there is probably plenty of these programs but I was bored and wanted to do something.

If you are going to use the source code to create your own version of this please give me credit in someway within the program.

Download Link: https://mega.nz/#!NxZACbJA!me-l4SBMoMkAG...NEBuskrsxU
Virus scan: https://virusscan.jotti.org/en-US/filesc...gu01lojaoq

~Youngin
Kik: anonyoungin1
Email: anonyoungin@sigaint.org

Reply

RE: Simple extension spoofer (source code download) #2
So it seems like you have the basic jist of things, but the project is very sloppy, here's some points you could improve upon:
- Remove empty subs (I counted 3)
- For the love of god name elements
- Instead of spamming if statements use Select Case
- With the openfile dialog you set the initial directory to C:\, what if somones base drive is K:\?
- You dont check if the file even exists
- You're using timers for some reason, just use event driven procedures like .TextChanged
And finally, use GitHub, it's so much easier to browse code rather than downloading a zip.

Reply

RE: Simple extension spoofer (source code download) #3
(05-27-2016, 05:01 PM)Killpot Wrote: So it seems like you have the basic jist of things, but the project is very sloppy, here's some points you could improve upon:
- Remove empty subs (I counted 3)
- For the love of god name elements
- Instead of spamming if statements use Select Case
- With the openfile dialog you set the initial directory to C:\, what if somones base drive is K:\?
- You dont check if the file even exists
- You're using timers for some reason, just use event driven procedures like .TextChanged
And finally, use GitHub, it's so much easier to browse code rather than downloading a zip.

Thanks for replying. I'll remember to make these changes in my future projects.

~Youngin
Kik: anonyoungin1
Email: anonyoungin@sigaint.org

Reply

RE: Simple extension spoofer (source code download) #4
i need a hacker who can crypt jrat and hid th .jar file in jpg or word. u can pm me or hook me up on spatan@irc.freenode.net. am serious and this is urgent

Reply

RE: Simple extension spoofer (source code download) #5
(05-26-2016, 10:00 PM)anonyoungin Wrote: I know there is probably plenty of these programs but I was bored and wanted to do something.

I envy people like you. When I'm bored I just watch a movie or go to sleep. Good for you man!

Reply

RE: Simple extension spoofer (source code download) #6
(05-27-2016, 05:01 PM)Killpot Wrote: - With the openfile dialog you set the initial directory to C:\, what if somones base drive is K:\?

Just this alone, says It all. It's hard to believe It was set as such.

@the OP, I appreciate the contribution and also the direct download link.
Thanks.
[Image: AD83g1A.png]

Reply

RE: Simple extension spoofer (source code download) #7
Most of these bugs are pretty easy to fix.

What you did with the initial directory is considered "hard coding" and is most of the time not good in any programming language.

It's great though that you program when bored. This will improve your programming skills.
~~ Might be back? ~~

Reply







Users browsing this thread: