Author Topic: Good Resource for Learning Reversing  (Read 20731 times)

0 Members and 6 Guests are viewing this topic.

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #15 on: August 23, 2011, 08:12:30 am »
not exactly what I meant, it is something to strive for. I'd recommend you start now. The syntax to asm is the simplest of all, but using it requires much knowledge. Start learning C, not just the loops and the structs, but all of it. C++ classes, namespaces, overloading functions/operators and templates will not help you. Write big apps in C, get used to C. C isn't asm, but it's the closest I can find.

Offline Ny

  • NULL
  • Posts: 2
  • Cookies: 0
  • Learn - touch me not
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #16 on: November 16, 2011, 07:57:47 am »
Lena's tutos are awesome. Interactive and very informative :) here are all 40 tutorials:
http://www.mediafire.com/?fjti4k4trbfesej

I didn't watch them all though. Reversing is too big for me now. Can't understand shit :D need to learn about ASM first...


thanks a lot! EVERYONE
i think i'll start learning this  :D

Offline _ANONYMOUS_

  • Serf
  • *
  • Posts: 24
  • Cookies: 0
  • I Prefer To Remain Anonymous
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #17 on: December 13, 2011, 09:36:23 pm »
Its a great website for tuts thanks :D
 
Lena's tutos are awesome. Interactive and very informative :) here are all 40 tutorials:
http://www.mediafire.com/?fjti4k4trbfesej

I didn't watch them all though. Reversing is too big for me now. Can't understand shit :D need to learn about ASM first...

thanks for the link its a nice series
The only reason people get lost in thought is because it's unfamiliar territory

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #18 on: December 14, 2011, 10:51:02 am »
Its a great website for tuts thanks :D
 
thanks for the link its a nice series
I done almost all of them, they are verygreat, some techniques like hardware breakpoints are not working on xp + anymore,    so maybe get yourself an copy of xp in a virtual box, and you are good to go ;)
~Factionwars

Offline strong115

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -13
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #19 on: March 06, 2013, 12:16:27 am »
 Tsar  when i press the link to download it , a box appear saying " warning download and use this file at your own risk"  what does this mean? why it says so? is the file corrupted or infected with a virus or with a spyware????
 
and as for xzid your url link does not work for me , when i press it it says
" http 404: page not found" so what is the problem ???

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Good Resource for Learning Reversing
« Reply #20 on: March 06, 2013, 01:19:14 am »
Tsar  when i press the link to download it , a box appear saying " warning download and use this file at your own risk"  what does this mean? why it says so? is the file corrupted or infected with a virus or with a spyware????
 
and as for xzid your url link does not work for me , when i press it it says
" http 404: page not found" so what is the problem ???

Momma always said, life is like a necro thread, you never know what your gonna get.
>>>import this
-----------------------------

Offline strong115

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -13
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #21 on: March 06, 2013, 01:56:20 am »
perspicacious reply as it involves a challenge , your reply is a challenge to me  , , it means that it is up to me to settle the doubt to certainty

Our doubts are traitors and make us lose the good we oft might win, by fearing to attempt

Offline Mordred

  • Knight
  • **
  • Posts: 360
  • Cookies: 135
  • Nvllivs in Verba
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #22 on: March 06, 2013, 11:45:21 am »
Awesome stuff, just what I was looking for. A tutorial for people that know some ASM/C. +1, thanks!


Later edit: I have a really nagging feeling that my next question is quite stupid (obviously I'm not sure why I have the feeling ;) ) but here goes: is it to be expected that so many executables in the archive are infected with various malware and viruses?

Later later edit: 38 threats found. Some of them are: TrojWare.Win32.Banker.etk74@80274755, Packed.Win32.Packer, Backdoor.Wind32.Agent
« Last Edit: March 06, 2013, 12:31:53 pm by Mordred »
\x57\x68\x79\x20\x64\x69\x64\x20\x79\x6f\x75\x20\x65\x76\x65\x6e\x20\x66\x75\x63\x6b\x69\x6e\x67\x20\x73\x70\x65\x6e\x64\x20\x74\x68\x65\x20\x74\x69\x6d\x65\x20\x74\x6f\x20\x64\x65\x63\x6f\x64\x65\x20\x74\x68\x69\x73\x20\x6e\x69\x67\x67\x72\x3f\x20\x44\x61\x66\x75\x71\x20\x69\x73\x20\x77\x72\x6f\x6e\x67\x20\x77\x69\x74\x68\x20\x79\x6f\x75\x2e

Offline strong115

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -13
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #23 on: March 08, 2013, 10:24:06 pm »
every thing has a price in life the files in the tutorial  are infected for sure and without any doubt  but you need to find a solution to how to profit from the information given to you without being infected by the virus inside this information and the only solution is to disassemble the files and see where   the virus code is situated and eliminate it then assemble the file again and this requires that you learn assembly language
there is an other solution which was applied by the majority in this site:  to profit from the information  and pay the price

Offline vektor

  • Serf
  • *
  • Posts: 38
  • Cookies: 34
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #24 on: March 08, 2013, 11:04:12 pm »
Here's another decent resource for the topic at hand...http://www.openrce.org/

--  br0k3n  --

Offline strong115

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -13
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #25 on: March 10, 2013, 07:55:11 am »
the next time when you give a link , give something useful not nonsense

first I find no clue for this word " Memoryze" and the author peter does not explain it but he made it more confused and more complicated when he wrote " Memoryze is designed to aid in memory analysis in incident responsive scenarios" I did not see something more horrible , disgusting and unworthy than this sentence , it comes only from someone linguistically handicapped .

second whenever I press " Memoryze" it says we are sorry page does not exist and the same for the link of Memorize ..
so the next time give the hell something useful

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Good Resource for Learning Reversing
« Reply #26 on: March 10, 2013, 09:20:47 am »
so the next time give the hell something useful
Maybe next time you should be more thankful for what you get because I don't see you contributing to anything.

Offline strong115

  • /dev/null
  • *
  • Posts: 16
  • Cookies: -13
    • View Profile
Re: Good Resource for Learning Reversing
« Reply #27 on: March 10, 2013, 11:47:28 am »
before writing something to someone could you please think about it !!!! if you read all my replies in the forum you would see that i was thankful for many time , look for example what I wrote to namespace7

"your tutorial is very powerful and instructive i like it and thank you very much..." I would be thankful whenever I feel that the author deserve to be thanked , I will respect someone whenever I feel that he deserves respect , I will thank someone when he lets a strong impression in me , if he does not let an impression in me and instead he gives me an information without any base and value I will never be thankful
 when someone give an information for people to enlight them , he should give them a useful information not something complicated and confusing without header and footer
and it is my right and everyone's right to criticize the information and the source of information .

I am a beginner , someone ignorant how you want me to contribute , how you expect from a female calf to give milk ?!! how do you expect from a seed to generate fruits?? contribution is a process of time and the one who does not possess the thing cannot give it  this is logical and this is evident by  itself

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Good Resource for Learning Reversing
« Reply #28 on: March 10, 2013, 12:51:41 pm »
bla bla bla

I am a beginner , someone ignorant how you want me to contribute , how you expect from a female calf to give milk ?!! how do you expect from a seed to generate fruits?? contribution is a process of time and the one who does not possess the thing cannot give it  this is logical and this is evident by  itself
You are so narrow minded... The example you gave is not what people here consider contribution, more like a thank-you post. And if you really think that, then I consider you as a newborn baby.

Think about it for a second, and maybe you will understand how narrow your mind is.