Unemployed entertainment-Ida reverse engineering entry (2)-assembler (1) (I)

Source: Internet
Author: User

[Article Title]: Unemployed entertainment-Ida reverse engineering entry (2)-assembler (1)
[Author]: layper
[Author mailbox]: layper2002@yahoo.com.cn
[Author Home Page]: http://blog.csdn.net/layper/
[]: Search and download by yourself
[Author's statement]: I am only interested and have no other purpose. For errors, please enlighten us!
--------------------------------------------------------------------------------
[Detailed process]
This is the second article. Getting Started is the simplest !!!!!!!!

Why choose assembler, because the Assembly Language is reversed in Ida. therefore, this is the best way to get started. before that, you have prepared several tools, IDA and masm32 assembly kits, and installed them,
Set your path in RadAsm.

(1) The simplest Win32 Assembler source code
Hellow. ASM

. 386
. Model flat, stdcall
Option Casemap: None
Include windows. inc
Include user32.inc
Include kernel32.inc
Includelib user32.lib
Includelib kernel32.lib
. Data
Sztitle DB "hello", 0
Sztext DB "Hello! Have a good start !!! ", 0
. Code
Start:
Invoke MessageBox, null, offset sztext, offset sztitle, mb_ OK
Invoke exitprocess, null
End start


RadAsm is compiled by default. No resource segment


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.