first commit

Version 3.x.x
This commit is contained in:
VNGhostMans
2023-05-14 20:21:09 +07:00
parent a3037a8db3
commit 5ec92ee05e
1166 changed files with 1036539 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
This is slightly modified libudis86 1.7 (from http://udis86.sourceforge.net/)
I changed declaration of all tables to be const
Also ssse3 & sse4 was added
You can build it
1) under windows - with Visual Studion 2008 via libudis86.vcproj
2) as static library for drivers - with WDK via Makefile & Sources
3) as static Linux library with gcc - via Makefile.lnx
24 aug 2011: add support for lzcnt, movntsd & movntss