libemu
libemu copied to clipboard
x86 emulation and shellcode detection
i just followed below link as it is but make error is appeared. i tried lot but i can't able solved that http://blog.xanda.org/2012/05/16/installation-of-libemu-and-pylibemu-on-ubuntu/ Reaping losing child 0x5631c68e7c50 PID 67101 make[3]:...
rename PAGE_SIZE to EMU_PAGE_SIZE to avoid naming collision in the system header files rename PAGE_BITS PAGESET_SIZE PAGESET_BITS along to EMU_*
This patch is from Debian libemu package - libemu-03_remove_rpath_and_fix_ldflags.patch https://packages.debian.org/search?searchon=sourcenames&keywords=libemu Description: Remove harmful rpath in LDFLAGS and fix logic for cargo. Before this patch, libemu was searching for includes and...
More info on https://github.com/DinoTools/libemu/issues/10
This will get rid of several build time warnings/errors This patch is from Debian libemu package - libemu-05_unused_local_typedefs.patch https://packages.debian.org/search?searchon=sourcenames&keywords=libemu
Description: Force installation of the Python module in debian/tmp. Debian-centric patch to force the installation of this module into debian/tmp. Author: David Martínez Moreno Forwarded: not-needed Last-Update: 2012-10-12
Relying or rpath is prohibited in many linux distributions (Debian, RedHat) Description: Don't use rpath in the Python bindings. The Python bindings insist on using an rpath on /usr/lib. Nuke...
Not sure if this is an official repository, but I ran into an issue where a single byte buffer being tested would lead to a floating point exception. While developers...