Jump to content
Tuts 4 You

remove please


DeadAndGone

Recommended Posts

So i ripped the textscroller part with ida and pasted in a masm project.

Ripping stuff is an art in itself, it's not as easy as you might think.. ;)

You ripped only one small method. You are missing everything that is related to initializing scroller and timer and lots of other stuff.

I almost fixed everything but there is 1 thing i can't.

Look into Olly (or in IDA highlight "psizl._cx" and press "K"):


call ds:GetTextExtentPoint32A
add esi, [esp+10h]

but that will not help you for the reasons I mentioned above.

Link to comment

Hehe yeah I thought already that I have add some initialize things ofcourse :D

thanks for fixing the error :)

Edited by Silence
Link to comment

Ok, i ripped mostly all scroller codes, but im pretty new to this so still don't get it working. (Need a lot of help i guess :P)

That's a point i can't follow. Why making work for yourself in getting ripped stuff to work, instead of learning how

to programm the stuff. here are so many sources available to learn. What about with your creditz in your scroll:

"Thanx for let me ripping your stuff" ...bla bla bla.

  • Like 1
Link to comment

@Silence

This c++ source is really simply written and is simply to translate it in Masm32

you must not ripp the source from the exe.

Why make you a ripp? coding a new scroller and you understand it better how a scroller works

or you translate this c++ Source

And what is the Password of your archive?

Edited by ragdog
Link to comment

Well the point is not to recode it it masm. but to rip and got it working. You asked why ripping? Normally I don't rip ofcourse, but sometimes I see a app which I want to keygen but they usses moddyfied crypto's, when I don't know how to reproduce the moddified crypto's, i want to rip that part. So actually I want to learn, thats all :smartass:

Edited by Silence
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...