about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fix eop detectionserpilliere2011-10-191-2/+3
|
* fix tipo in hook engineserpilliere2011-10-141-3/+3
|
* fix 64bit call to tcc funcsserpilliere2011-10-141-1/+1
|
* add float mnemoserpilliere2011-10-146-18/+102
|
* add src to blocserpilliere2011-10-072-88/+87
|
* fix disasm continue on errorserpilliere2011-10-071-1/+3
|
* add option follow callserpilliere2011-10-071-1/+11
|
* rem EQ tokenserpilliere2011-10-032-11/+5
|
* use simple grandalf interface (Thx cpt igloo)serpilliere2011-10-032-13/+5
|
* fix win_api set str ansi/unicodeserpilliere2011-10-032-94/+44
|
* rem dbg printserpilliere2011-09-281-5/+0
|
* add push/pop reg segmentserpilliere2011-09-262-25/+52
| | | | | the x86 asm/dis definitly needs a rewrite. /!\ asm push reg segment is buggy
* add options to disasm graphserpilliere2011-09-263-13/+35
|
* add virt() instead of virt[] for binstreamserpilliere2011-09-233-30/+90
|
* update winapiserpilliere2011-09-213-30/+514
|
* fix bug in sar with tcc (bad int cast)serpilliere2011-09-191-3/+3
|
* fix tcc include libserpilliere2011-09-154-24/+60
| | | | Debian and ubuntu, ... have moved includes by arch and there are missing in tcc default path
* merge disasm java & eflags addedserpilliere2011-09-147-71/+105
|\
| * add eflags accessors to python interfaceserpilliere2011-09-114-3/+38
| |
| * send error msg in strerrserpilliere2011-09-104-65/+63
| |
| * fix java asm; java class parserserpilliere2011-09-091-3/+4
| |
* | fix disasm java codeserpilliere2011-09-121-3/+5
|/
* Added a missing mnemonic (iflt)Pierre LALET2011-09-051-0/+3
|
* mergePierre LALET2011-09-052-7/+6
|\
| * fix disasm graph tiposerpilliere2011-09-051-2/+2
| |
| * fix x86_asm epserpilliere2011-09-051-1/+2
| |
| * fix elfesteem api modifserpilliere2011-09-011-4/+2
| |
* | Added support for assembling JVM bytecode.Pierre LALET2011-09-051-40/+151
| |
* | Readability fix.Pierre LALET2011-08-311-1/+1
|/
* add java class parser to disassemblerserpilliere2011-08-311-16/+25
|
* Added early support for JVM bytecodePierre LALET2011-08-311-0/+546
|
* Added .hgignore filePierre LALET2011-08-301-0/+2
|
* add java constant pool loaderserpilliere2011-08-302-17/+74
|
* fix grandalf apiserpilliere2011-08-301-1/+1
|
* fix multiple destination in disasm engine; remove dead codeserpilliere2011-08-302-91/+9
|
* fix graphic bugserpilliere2011-08-281-0/+3
|
* WORKAROUND exception while translating codeserpilliere2011-08-266-13/+20
| | | | | the disasm engine should not raise vm exception when translate code. for the moment use vm_exception_reset after each update_bloc
* explicit error whil vm_get_mem failsserpilliere2011-08-266-8/+88
|
* fir arm issubcall mnemoserpilliere2011-08-261-1/+3
|
* fix bug in arm assembling arg parsingserpilliere2011-08-251-3/+18
|
* fix elf rel parsingserpilliere2011-08-231-2/+5
|
* improuve graph historic/placementserpilliere2011-08-222-74/+135
|
* fix address parsing for grapherserpilliere2011-08-221-13/+29
|
* remove unused libcodenat makefile (use main makefile)serpilliere2011-08-221-20/+0
|
* fix api in sandbox peserpilliere2011-08-111-1/+2
|
* add name to ressource extractorserpilliere2011-08-111-3/+9
|
* add example ressource extractorserpilliere2011-08-111-0/+38
|
* updt windows apiserpilliere2011-08-111-15/+273
|
* add info in windows seh managerserpilliere2011-08-111-4/+30
|
* fix disasm bug in ia32_archserpilliere2011-08-111-4/+22
|