Reverse Engineering
Открыть в Telegram
Everything is open-source. The official community group: @reverseengineeringz
БольшеСтрана не указанаТехнологии и приложения20 250
4 786
Подписчики
Нет данных24 часа
+127 дней
+5430 день
Архив постов
4 786
https://www.andreafortuna.org/2017/06/25/volatility-my-own-cheatsheet-part-1-image-identification/
https://www.andreafortuna.org/2017/07/03/volatility-my-own-cheatsheet-part-2-processes-and-dlls/
https://www.andreafortuna.org/2017/07/10/volatility-my-own-cheatsheet-part-3-process-memory/
https://www.andreafortuna.org/2017/07/17/volatility-my-own-cheatsheet-part-4-kernel-memory-and-objects/
https://www.andreafortuna.org/2017/07/24/volatility-my-own-cheatsheet-part-5-networking/
https://www.andreafortuna.org/2017/07/31/volatility-my-own-cheatsheet-part-6-windows-registry/
https://www.andreafortuna.org/2017/08/07/volatility-my-own-cheatsheet-part-7-analyze-and-convert-crash-dumps-and-hibernation-files/
https://www.andreafortuna.org/2017/08/21/volatility-my-own-cheatsheet-part-8-filesystem/
4 786
Ret-sync now supports Ghidra (syncing with popular debuggers)
https://github.com/bootleg/ret-sync
4 786
IDAtropy is a plugin for Hex-Ray's IDA Pro designed to generate charts of entropy and histograms using the power of idapython and matplotlib.
https://github.com/danigargu/IDAtropy
4 786
Get the JNI Function name from function offset
https://github.com/rebe11ion/Mytools/blob/master/getJNIFunt.py
4 786
The Java Native Interface (JNI) is a foreign function interface programming framework that enables Java code running in a Java virtual machine (JVM) to call and be called by[1] native applications (programs specific to a hardware and operating system platform) and libraries written in other languages such as C, C++ and assembly.
https://en.wikipedia.org/wiki/Java_Native_Interface
https://www3.ntu.edu.sg/home/ehchua/programming/java/JavaNativeInterface.html
https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/types.html
https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/functions.html
