summaryrefslogtreecommitdiff
path: root/ndisasm.c
Commit message (Expand)AuthorAgeFilesLines
* Use fputs instead of fprintf for plain stringsVictor van den Elzen2009-08-131-1/+1
* Remove function pointers in output, simplify error handlingH. Peter Anvin2009-07-181-5/+3
* NASM: relicense under the 2-clause BSD licenseH. Peter Anvin2009-07-061-12/+0
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-5/+46
* disasm: when no instruction is found, consider a naked prefixH. Peter Anvin2009-03-181-4/+5
* Move all version strings to a single compilation unit (ver.c)H. Peter Anvin2008-10-311-2/+2
* Use an explicit table for tolower() to avoid a function callH. Peter Anvin2008-06-111-1/+2
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* ndisasm: handle instructions at offset zeroH. Peter Anvin2007-12-201-3/+6
* ndisasm: handle the case of "no more sync points"H. Peter Anvin2007-11-201-2/+2
* Suppress signedness warnings in disassemblerCharles Crayne2007-10-181-4/+4
* Additional uses of bool and enumH. Peter Anvin2007-10-111-1/+1
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-4/+4
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* Make nasm_malloc() et al available from inside ndisasmH. Peter Anvin2007-09-191-0/+14
* Clean up the 64-bitification of regs.dat for 64-bit ndisasm supportH. Peter Anvin2007-04-151-13/+13
* c99 printf/fprintf compliance.Keith Kanios2007-04-141-3/+2
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-8/+8
* Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin2007-04-121-1/+1
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-22/+23
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-226/+247
* added buffer length parameter to prevent vulnerability to bufferEd Beroset2004-12-151-2/+2
* NASM 0.98.17nasm-0.98.17H. Peter Anvin2002-04-301-7/+7
* NASM 0.98.11nasm-0.98.11H. Peter Anvin2002-04-301-5/+11
* NASM 0.98p7nasm-0.98p7H. Peter Anvin2002-04-301-1/+1
* NASM 0.98p6nasm-0.98p6H. Peter Anvin2002-04-301-0/+3
* NASM 0.98p3.5nasm-0.98p3.5H. Peter Anvin2002-04-301-3/+24
* NASM 0.98p3nasm-0.98p3H. Peter Anvin2002-04-301-14/+27
* NASM 0.97nasm-0.97fork-0.98-jH. Peter Anvin2002-04-301-1/+4
* NASM 0.96nasm-0.96H. Peter Anvin2002-04-301-0/+6
* NASM 0.94nasm-0.94H. Peter Anvin2002-04-301-2/+1
* NASM 0.91nasm-0.91H. Peter Anvin2002-04-301-0/+270