Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


fudder filter_list
Author
Message
fudder #1
hi am new to programming but would like to try mking my own fudder does anyone know of a place i can find a tut have try google obiously so please no links to that Smile i knoow i could use av fucker and and someone eslse fudder but would like to make my own to use and share but cant find tuts anywhere would pref java language i know it aint great cos its a virtual machine but surly a jar can fud by the way if admin is reading this just a suggestion this site culd do whit a newb or ask question section to prevent other forums getting flooded with requests like this one. thanks

Reply

RE: fudder #2
Supposing that you want to fud .exe files by crypting, Java is a bad idea for this. Java is well suited to create platform independent programs. But .exe files are usually used in Windows only. You need to call the WinAPI (which will remove the portability and is more laborious than in i.e. .NET languages) unless your program is just a crappy one that writes one file behind the other (that is easily detected).

Rather use a language that can use the WinAPI directly, i.e. C#, VB.
Also learn programming some small stuff before you do such a project.
When you think you are capable for this, read that intro to understand the PE file format: http://www.hackcommunity.com/Thread-Port...rc-section

If you want to fud the program with other techniques than crypting, you can maybe use Java. Depends on what you do.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.

[Image: 2YpkRjy.png]

Reply

RE: fudder #3
thanks hope it makes sense soon :wacko:

Reply







Users browsing this thread: 1 Guest(s)