Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anybody can Interpret this Assembly Language
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00941265
Message ID:
00941487
Vues:
8
Hmmm lets see - the stack is being pushed and popped with data, operations and registers. Data is being moved into registers and/or static addresses (I can't tell if they're relative or absolute addresses - i suspect they're relative) - subroutines are being called, more op calls - I saw a jump near, a register comparison - is that helpful?:-)

This code maybe more object than BAL!

>Does anybody can try to interpret to me this few lines of Assembly language?
>I accidentally put into disassembly mode an executable applications. The code is very very long, it could be thousands...I had tried to print but it doesn't print all, I manage to print only 159 pages...
>101146A1  mov         esi,eax
>101146A3  lea         edi,[ebp-14h]
>101146A6  movs        dword ptr [edi],dword ptr [esi]
>101146A7  movs        dword ptr [edi],dword ptr [esi]
>101146A8  movs        dword ptr [edi],dword ptr [esi]
>101146A9  xor         edi,edi
>101146AB  cmp         word ptr [ebp-14h],di
>101146AF  jne         10114713
>101146B1  mov         eax,dword ptr [ebp+1Ch]
>101146B4  lea         esi,[eax+18h]
>101146B7  push        esi
>101146B8  push        edi
>101146B9  push        ebx
>101146BA  call        1011ECE0
>101146BF  mov         ax,word ptr [ebp+0Ch]
>
>Thanks...
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform