Recent Posts

Pages: [1] 2 3 ... 10
1
Tools / Re: Ghidra
« Last post by RubberDuck on January 18, 2022, 10:59:14 AM »
Ghidra se pořád pere s chybou Log4Shell
https://github.com/NationalSecurityAgency/ghidra/issues/3736
2
Tools / Re: Ghidra
« Last post by Kockatá hlava on May 31, 2021, 10:56:39 AM »
3
Off topic / Zodiac cipher 340 Is Solved!
« Last post by DARKER on December 18, 2020, 03:04:58 PM »
Finally cracked and publicly released the solution to the 340 cipher. It take 51 years and one month (November 8th 1969)

Vo videu je to pekne popisane :)

https://www.zodiacciphers.com/340-cipher.html
4
Tools / Re: IDA
« Last post by DARKER on December 15, 2020, 04:09:20 PM »
Jedna nemenovana grupa spominala ze releasne na Vianoce full 7.3 alebo 7.4... ale r0 crew ich predbehli :-)
5
Tools / Re: IDA
« Last post by Z!L0G80 on December 15, 2020, 03:50:51 PM »
leaknula 7.5 SP2? k dostani u Vaseho oblibeneho dealera  :)
6
General Discussion / Re: Reverse engineering 3D Movie Maker
« Last post by DARKER on November 02, 2020, 08:17:16 AM »
Fun fact: The Easter egg video was 65MB, or about 20% of the CD image! The 3D Movie Maker CD-ROM contained approximately 320MB of content.
7
General Discussion / Reverse engineering 3D Movie Maker
« Last post by RubberDuck on October 31, 2020, 08:44:55 PM »
A while ago, I started reverse engineering Microsoft 3D Movie Maker to understand how it works and to develop my game reversing skills. This blog series is about my adventures in reversing 3D Movie Maker and some of the interesting things I learnt along the way.

https://benstoneonline.com/posts/reverse-engineering-3d-movie-maker-part-one/
https://benstoneonline.com/posts/reverse-engineering-3d-movie-maker-part-two/
https://benstoneonline.com/posts/reverse-engineering-3d-movie-maker-part-three/
8
General Discussion / Re: Windows XP Source Code Reportedly Leaked, Posted to 4chan
« Last post by pr0p4g4nd4 on October 10, 2020, 10:41:23 AM »
ty kokos, je tam skoro miliarda suborov. vravim si, ze si prestudujem nejake api funkcie a tak. ale je tam toho kopec. asi si treba na prestudovanie nejakych casti kodu treba vyclenit dlhsiu dobu.
9
Tools / Qiling Framework - Advanced Binary Emulation Framework
« Last post by RubberDuck on October 03, 2020, 08:35:03 AM »
What is Qiling Framework

Qiling Framework is not just an emulation platform or a reverse engineering tool. It combines binary instrumentation and binary emulation into one single framework, solving the problem that applications do not run in a vacuum and are highly dependent on the OS. With vast OS support, Qiling Framework opens up endless possibilities and potential for binary analysis. With Qiling Framework, it is able to:

  • Cross platform: Windows, MacOS, Linux, BSD, UEFI, DOS
  • Cross architecture: X86, X86_64, ARM, ARM64, MIPS, 8086
  • Multiple file formats: PE, MachO, ELF, COM
  • Emulate & sandbox machine code in an isolated environment
  • Support cross architecture and platform debugging capabilities
  • Provide high level API to setup & configure the sandbox
  • Fine-grain instrumentation: allow hooks at various levels (instruction/basic-block/memory-access/exception/syscall/IO/etc)
  • Allow dynamic hotpatch on-the-fly running code, including the loaded library
  • True framework in Python, making it easy to build customized security analysis tools on top

Qiling Framework is able to emulate:

   
  • Windows X86 32/64bit
  • Linux X86 32/64bit, ARM, AARCH64, MIPS
  • MacOS X86 32/64bit
  • FreeBSD X86 32/64bit
  • UEFI
  • DOS
  • MBR

Qiling Framework is able to run on top of Linux/FreeBSD/MacOS/Windows (WSL2) without CPU architecture limitation[/i]

https://www.qiling.io/
10
Newbie / Android Reverse Engineering 101
« Last post by RubberDuck on October 03, 2020, 08:28:04 AM »
Welcome to AndroidTM App Reverse Engineering 101! This workshop’s goal is to give you the foundations to begin reverse engineering Android applications. While this workshop won’t teach you the details of Android app development, Android malware analysis, Android vulnerability hunting, etc., I hope to give you all the necessary foundations through this workshop such that you can apply your new Android reversing skills to doing those things.

https://ragingrock.com/AndroidAppRE/
Pages: [1] 2 3 ... 10