The MASM Forum

General => The Campus => Topic started by: sunshine33 on April 10, 2018, 08:53:07 PM

Title: Some disassembly related questions ?
Post by: sunshine33 on April 10, 2018, 08:53:07 PM
I don't know if this is the right place to ask this question , but here goes

What are these subroutines ?

[Removed]

Title: Re: Some disassembly related questions ?
Post by: zedd151 on April 10, 2018, 09:11:15 PM
welcome to the forum----

is this related to reverse engineering?     ::)

if not,  explain.

Title: Re: Some disassembly related questions ?
Post by: hutch-- on April 10, 2018, 09:16:40 PM
Looks like an IDA pro dump, what do you have in mind with the disassembly ? Disassemblers are useful tools but any reverse engineering will get you chucked out of here faster than Halley's comet.

Tell us what you are doing and make sure we hear no bullsh*t.
Title: Re: Some disassembly related questions ?
Post by: sunshine33 on April 10, 2018, 09:32:48 PM
I was trying to learn Assembly language , the x86 32 bit version .
After learning Assembly language for a while i decided to try to learn the basics of reverse engineering
Somebody from some other forum gave me an application called simpleccpreverseme.exe to play around

I used PE explorer and IDA pro to disassemble the exe and this is what i got .

I am not sure what all these subroutines are .

Sorry if it is the wrong forum to ask questions about reverse engineering .
It's mostly because there are only other two Assembly language related forums i know .



Title: Re: Some disassembly related questions ?
Post by: zedd151 on April 10, 2018, 09:37:06 PM
its better to learn asm by building, rather than destroying someone elses work.

have a look at  the masm32 sdk...
Title: Re: Some disassembly related questions ?
Post by: sunshine33 on April 10, 2018, 09:49:08 PM
OK , Thanks .
I downloaded and installed Masm32 editor
Do you know where i can find some example programs ?
Title: Re: Some disassembly related questions ?
Post by: zedd151 on April 10, 2018, 09:51:44 PM
included in the masm32 directory, folder named "examples"
Title: Re: Some disassembly related questions ?
Post by: sunshine33 on April 10, 2018, 10:01:13 PM
Thanks for all the replies .
Title: Re: Some disassembly related questions ?
Post by: zedd151 on April 10, 2018, 10:12:17 PM
,
Quote from: sunshine33 on April 10, 2018, 10:01:13 PM
Thanks for all the replies .

No problem.  :icon_cool:

As long as requests for help are on the up and up, they will be honored here; and answered where possible.

Once you start to program in assembly, you' ll never look back...

zedd