Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
Ferramentas/GitHubGitHub/karm/cve-2015-8710
Forensia de MemóriaAnálise de VulnerabilidadesExploraçãoFuzzingAnálise de Binários
GitHubkarm/cve-2015-8710

CVE-2015-8710

Reprodutor Windows/Linux

Ver Repositório
15há 8 anosAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

Reproduzir

Agradecimentos a Mike Dalessio, Francois Chagnon, Florian Weingarten e Jun Kokatsu. Veja BZ 746048

Compilando no Linux

root@kitploit:~
$ cmake ../CVE-2015-8710/ -G "Unix Makefiles" -DLIBXML2_LIBRARIES=/path/to/your/library/libxml2.so.2 -DLIBXML2_INCLUDE_DIR=/path/to/your/sources/libxml2-2.9.1/include/
$ make

Reproduzindo no Linux

root@kitploit:~
$ valgrind ./bin/CVE_2015_8710

Conditional jump or move depends on uninitialised value(s)

Compilando no Windows

root@kitploit:~
λ vcvars32.bat
λ cmake -G"NMake Makefiles" ..\CVE-2015-8710 
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_C_FLAGS_RELEASE="/MT /O2 /Ob2 /Wall /Zi"
-DLIBXML2_LIBRARIES=C:\Users\karm\WORKSPACE\libxmldevel\lib\libxml2.lib
-DLIBXML2_INCLUDE_DIR=C:\Users\karm\WORKSPACE\libxmldevel\include\libxml2\

Reproduzindo no Windows

root@kitploit:~
λ drmemory.exe -- CVE_2015_8710.exe

UNINITIALIZED READ: reading
Baixar ferramenta