in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » Assembly Language (RSS)
  • WinAsm Studio 5.1.7.0 Update is Out!

    Get it while it's hot. :D Fetch the update files @ the WinAsm site. Please take note that you need the full package before updating to 5.1.7.0.
    Posted to Forum by modchip on 11-27-2008
  • Re: Challenge: Save the Devil!

    Thanks chris! I learned a lot of tricks from this challenge, more please! ;) I'm working on one, but this will take a while. So, why not post yours to further delay mine? Hahaha!
    Posted to Forum by modchip on 11-06-2008
  • Re: Challenge: Save the Devil!

    I think I found a crucial part of the code; 004012DF LEA EAX,DWORD PTR DS:[404175] ; eax contains the correct number 004012E5 MOV EDX,DWORD PTR DS:[EAX] ; the first 4 digits are copied to edx 004012E7 MOV ECX,DWORD PTR DS:[EAX+4] ; the last 4 digits to ecx 004012EA LEA EAX,DWORD PTR DS:[40407D] ; our...
    Posted to Forum by modchip on 11-05-2008
  • Re: Challenge: Save the Devil!

    This things giving me a headache. Rolvin, how's your solution doing? Have we found the same routine?
    Posted to Forum by modchip on 11-04-2008
  • Re: Solution to DP Challenge 2

    By the way, I think this will help you -- you're already in that "important proc" (The one you pointed in the screen) -- just look for the call to that proc and you'll get what I mean.
    Posted to Forum by modchip on 10-31-2008
  • Re: Solution to DP Challenge 2

    Instruction at 004011AC is "a" key, there are 2 more. The real problem is that you have the key, but you don't have the lock. Hehehehe. Arguments can be modified by simply assembling ( press space on the instruction ) .
    Posted to Forum by modchip on 10-31-2008
  • Re: Challenge: Save the Devil!

    Hmmm... these are my findings, I'm not yet finished though... Still a little confused on what is being compared to trigger the fail/success codes. :( Am I close to solving this? :D mov ecx , 8 ; i'm sure it checks for 8 characters/numbers jmp @ CheckZero @CheckChar: LODS BYTE PTR DS:[ESI] ; read...
    Posted to Forum by modchip on 10-30-2008
  • Re: MASM32 SDK 10

    cvega is correct -- some anti-virus reports infection in the archive. I've experienced those false positives under AVG and AVAST.
    Posted to Forum by modchip on 10-30-2008
  • Re: Solution to DP Challenge 2

    What do the numbers represent? :D
    Posted to Forum by modchip on 10-30-2008
  • Re: MASM32 SDK 10

    Hi cvega. MASM32 SDK 10 contains. HUER Malware & Trojan. detect by Avira AntiVirus?
    Posted to Forum by louhygscs on 10-30-2008
Page 1 of 5 (50 items) 1 2 3 4 5 Next >