Author Topic: [VB6] AHM! (Another Hashing Method)  (Read 6520 times)

0 Members and 1 Guest are viewing this topic.

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: [VB6] AHM! (Another Hashing Method)
« Reply #15 on: August 21, 2005, 07:28:51 am »
From disassembling stealthbot, strings looked like

00 XX 00 XX 00 XX 00 XX 00 XX

Where XX is whatever character goes there, thats unicode right?
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: [VB6] AHM! (Another Hashing Method)
« Reply #16 on: August 21, 2005, 05:05:00 pm »
Code: [Select]
.text:004015F0 aHelloWorld:                            ; DATA XREF: .text:004019A5o
.text:004015F0                 unicode 0, <Hello, world!>,0
Huh, my mistake.  But no VB6 program comes with unicows.dll (the MS Unicode Extensions DLL for Win9x).  The VB runtime must do all the marshalling then.

That almost suprises me.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.