summaryrefslogtreecommitdiff
path: root/ndisasm.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-24iflag: Start using new instruction flags engineCyrill Gorcunov1-8/+15
2013-08-28AVX-512: Change the data type for instruction flagsJin Kyu Song1-1/+1
2009-08-13Use fputs instead of fprintf for plain stringsVictor van den Elzen1-1/+1
2009-07-18Remove function pointers in output, simplify error handlingH. Peter Anvin1-5/+3
2009-07-06NASM: relicense under the 2-clause BSD licenseH. Peter Anvin1-12/+0
2009-06-28Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin1-5/+46
2009-03-18disasm: when no instruction is found, consider a naked prefixH. Peter Anvin1-4/+5
2008-10-31Move all version strings to a single compilation unit (ver.c)H. Peter Anvin1-2/+2
2008-06-11Use an explicit table for tolower() to avoid a function callH. Peter Anvin1-1/+2
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-12-20ndisasm: handle instructions at offset zeroH. Peter Anvin1-3/+6
2007-11-20ndisasm: handle the case of "no more sync points"H. Peter Anvin1-2/+2
2007-10-18Suppress signedness warnings in disassemblerCharles Crayne1-4/+4
2007-10-11Additional uses of bool and enumH. Peter Anvin1-1/+1
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin1-4/+4
2007-10-02Portability fixesH. Peter Anvin1-0/+2
2007-09-19Make nasm_malloc() et al available from inside ndisasmH. Peter Anvin1-0/+14
2007-04-15Clean up the 64-bitification of regs.dat for 64-bit ndisasm supportH. Peter Anvin1-13/+13
2007-04-14c99 printf/fprintf compliance.Keith Kanios1-3/+2
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios1-8/+8
2007-04-12Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin1-1/+1
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-22/+23
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin1-226/+247
2004-12-15added buffer length parameter to prevent vulnerability to bufferEd Beroset1-2/+2
2002-04-30NASM 0.98.17H. Peter Anvin1-7/+7
2002-04-30NASM 0.98.11H. Peter Anvin1-5/+11
2002-04-30NASM 0.98p7H. Peter Anvin1-1/+1
2002-04-30NASM 0.98p6H. Peter Anvin1-0/+3
2002-04-30NASM 0.98p3.5H. Peter Anvin1-3/+24
2002-04-30NASM 0.98p3H. Peter Anvin1-14/+27
2002-04-30NASM 0.97H. Peter Anvin1-1/+4
2002-04-30NASM 0.96H. Peter Anvin1-0/+6
2002-04-30NASM 0.94H. Peter Anvin1-2/+1
2002-04-30NASM 0.91H. Peter Anvin1-0/+270