Test Foro de elhacker.net SMF 2.1

Programación => Ingeniería Inversa => Mensaje iniciado por: B€T€B€ en 14 Enero 2020, 19:55 PM

Título: Empezando a...
Publicado por: B€T€B€ en 14 Enero 2020, 19:55 PM
Buenas Tardes.

Me estoy planteando el iniciarme (al menos intentarlo) en lo que es la ingeniería inversa.
Aprender como funcionan internamente programas.

Lo primero el software pertinente.

Conoco Softice (en desuso) y OllyDBG, ero creo que necesitaré más herramientas.

¿Qué me recomendaís?


Título: Re: Empezando a...
Publicado por: Siler en 14 Enero 2020, 22:25 PM
https://ghidra-sre.org/
https://www.hex-rays.com/products/ida/support/download.shtml
https://www.zynamics.com/binnavi.html
https://github.com/ReFirmLabs/binwalk
https://github.com/androguard/androguard
https://ibotpeaches.github.io/Apktool/
https://github.com/Cisco-Talos/pyrebox
https://int3.cc/products/facedancer21
http://goodfet.sourceforge.net/
http://openocd.org/
https://www.adb.org/documents/adbi-results-framework
https://github.com/JesusFreke/smali
https://github.com/FSecureLABS/drozer
https://www.saleae.com/es/
http://www.chipquik.com/store/
http://zerowine.sourceforge.net/
https://www.honeynet.org/projects/old/capture-bat/
https://www.zynamics.com/software.html
https://forum.xda-developers.com/xposed
https://strace.io/
https://github.com/kmdm/unruu
https://github.com/kmdm/ruuveal
https://www.odingalaxy.com/descargar-odin3/
https://www.hex-rays.com/products/ida/support/idadoc/1329.shtml
https://www.telerik.com/fiddler
http://www.dependencywalker.com/
http://www.windbg.org/
https://github.com/frida/frida
https://www.fireeye.com/services/freeware/apatedns.html
https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns
https://portswigger.net/burp
https://ntcore.com/?page_id=388
https://www.faronics.com/es/products/deep-freeze/enterprise
https://tuts4you.com/download/415/
https://www.fireeye.com/services/freeware/memoryze.html
https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer
https://http.download.nvidia.com/tegra-public-appnotes/flashing-tools.html
https://glassechidna.com.au/heimdall/
https://github.com/Fuzion24/AndroidIntentFuzzer
https://github.com/poliva/ldpreloadhook
https://www.snort.org/
https://www.gnu.org/software/gdb/download/
https://www.sleuthkit.org/
https://upx.github.io/
https://github.com/volatilityfoundation/volatility
http://www.grandideastudio.com/jtagulator/
https://github.com/Xonar/LGBinExtractor
https://github.com/pxb1988/dex2jar
https://www.segger.com/products/debug-probes/j-link/
https://github.com/trailofbits/manticore
https://github.com/m4b/bingrep
Título: Re: Empezando a...
Publicado por: BloodSharp en 14 Enero 2020, 23:10 PM
Cita de: B€T€B€ en 14 Enero 2020, 19:55 PM¿Qué me recomendaís?

Ollydbg ya es un proyecto muerto, ahora se utiliza x64dbg que es lo más parecido y compatible con otros sistemas operativos que no sean únicamente XP...


B#
Título: Re: Empezando a...
Publicado por: B€T€B€ en 14 Enero 2020, 23:28 PM


¿Para utilizarlo en Windows 7?
Título: Re: Empezando a...
Publicado por: BloodSharp en 14 Enero 2020, 23:30 PM
Cita de: B€T€B€ en 14 Enero 2020, 23:28 PM¿Para utilizarlo en Windows 7?

x64dbg se puede perfectamente, pero con Ollydbg vas a tener complicaciones en algún momento...


B#
Título: Re: Empezando a...
Publicado por: B€T€B€ en 14 Enero 2020, 23:32 PM

Estoy leyendo los tutos de Ricardo Navaja.

¿Me recomiendas seguir por ese camino?