News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Some disassembly related questions ?

Started by sunshine33, April 10, 2018, 08:53:07 PM

Previous topic - Next topic

sunshine33

I don't know if this is the right place to ask this question , but here goes

What are these subroutines ?

[Removed]


zedd151

welcome to the forum----

is this related to reverse engineering?     ::)

if not,  explain.


hutch--

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.

sunshine33

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 .




zedd151

its better to learn asm by building, rather than destroying someone elses work.

have a look at  the masm32 sdk...

sunshine33

OK , Thanks .
I downloaded and installed Masm32 editor
Do you know where i can find some example programs ?

zedd151

included in the masm32 directory, folder named "examples"

sunshine33


zedd151

,
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