Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Reverse Engineering & Memory Hacking of Packed  Programs Vote_lcapReverse Engineering & Memory Hacking of Packed  Programs Voting_barReverse Engineering & Memory Hacking of Packed  Programs Vote_rcap 
ПΣӨƧӨFƬ
Reverse Engineering & Memory Hacking of Packed  Programs Vote_lcapReverse Engineering & Memory Hacking of Packed  Programs Voting_barReverse Engineering & Memory Hacking of Packed  Programs Vote_rcap 
ℛeℙ@¢ᴋ€r
Reverse Engineering & Memory Hacking of Packed  Programs Vote_lcapReverse Engineering & Memory Hacking of Packed  Programs Voting_barReverse Engineering & Memory Hacking of Packed  Programs Vote_rcap 
missyou123
Reverse Engineering & Memory Hacking of Packed  Programs Vote_lcapReverse Engineering & Memory Hacking of Packed  Programs Voting_barReverse Engineering & Memory Hacking of Packed  Programs Vote_rcap 
Engh3
Reverse Engineering & Memory Hacking of Packed  Programs Vote_lcapReverse Engineering & Memory Hacking of Packed  Programs Voting_barReverse Engineering & Memory Hacking of Packed  Programs Vote_rcap 
大†Shinegumi†大
Reverse Engineering & Memory Hacking of Packed  Programs Vote_lcapReverse Engineering & Memory Hacking of Packed  Programs Voting_barReverse Engineering & Memory Hacking of Packed  Programs Vote_rcap 
ronaldinho424
Reverse Engineering & Memory Hacking of Packed  Programs Vote_lcapReverse Engineering & Memory Hacking of Packed  Programs Voting_barReverse Engineering & Memory Hacking of Packed  Programs Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Aiseesoft Video Converter Ultimate 10.8.50 (x64) Multilingual
Reverse Engineering & Memory Hacking of Packed  Programs EmptyHoy a las 2:13 pm por ПΣӨƧӨFƬ

» MiniTool Power Data Recovery Personal / Business 12.0 Multilingual
Reverse Engineering & Memory Hacking of Packed  Programs EmptyHoy a las 1:58 pm por tano1221

» PanoramaStudio Pro 4.0.8.419 (x64) Multilingual
Reverse Engineering & Memory Hacking of Packed  Programs EmptyHoy a las 1:47 pm por tano1221

» reaConverter Pro 7.817 Multilingual
Reverse Engineering & Memory Hacking of Packed  Programs EmptyHoy a las 12:49 pm por tano1221

» Steinberg HALion 7.1.0
Reverse Engineering & Memory Hacking of Packed  Programs EmptyHoy a las 12:36 pm por tano1221

» Red Burner 17.8 (x64)
Reverse Engineering & Memory Hacking of Packed  Programs EmptyHoy a las 12:30 pm por tano1221

» Advanced SystemCare Pro 17.5.0.255 Multilingual
Reverse Engineering & Memory Hacking of Packed  Programs EmptyHoy a las 12:11 pm por tano1221

» eXtreme Karaoke 2024 + SoundFont Julio
Reverse Engineering & Memory Hacking of Packed  Programs EmptyHoy a las 12:07 pm por tano1221

» ProfExam Suite 8.0.24183.6493
Reverse Engineering & Memory Hacking of Packed  Programs EmptyHoy a las 12:01 pm por tano1221

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Reverse Engineering & Memory Hacking of Packed Programs

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70292
Fecha de inscripción : 20/08/2016

Reverse Engineering & Memory Hacking of Packed  Programs Empty
MensajeTema: Reverse Engineering & Memory Hacking of Packed Programs   Reverse Engineering & Memory Hacking of Packed  Programs EmptyMar Mar 30, 2021 4:58 am

Reverse Engineering & Memory Hacking of Packed  Programs 7ce62f0d3e305045331ffe4bbc01e83b
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 15 lectures (1h 44m) | Size: 1.31 GB
Learn how to reverse, debug and patch packed programs - without unpacking - by using Cheat Engine

What you'll learn:
Bypass anti-debuggers
Patch Memory
Use x64dbg debugger
Using Cheat Engine
Using ScyllaHide Plugin
Using SharpOD Plugin
Using built-in hide Debugger functionality
Using Trainers (Loaders) for Process Patching
AOB Code Injection
Direct Byte Patching
ASM scripting for app hacking
LUA scripting for memory hacking
Designing Trainers (Loaders) with CE's Form Designer
Break and Trace
Modify program behaviour
Packing and Disassembling Crackmes using Popular Packers
and more...

Requirements
Assembly language is helpful but not compulsory
Windows PC
Already know how to use x64dbg debugger
Familiar with Cheat Engine

Description
If you had always wanted to learn how to reverse and patch packed programs - without unpacking, then this is the course for you. This course is a follow-up from the earlier course on Reverse Engineering & Memory Hacking. It is the practical application of what you have learnt in the first course. If you think that packing and anti-debugging is good enough to prevent reverse engineering, then you may be in for a surprise. In this course, I will show you how to test the effectiveness of several popular packers by packing crackmes and then reversing them - without unpacking.

Traditionally packed programs are unpacked before debugging is carried out. This is because a packed program's file cannot be patched. Much of software protection has centered on making it difficult to unpack programs. However, the important question is: how effective is packing, obfuscation and anti-debugging as a means to prevent reversing? This course explores several packers to find the answers.

We will do the analysis using a tool called Cheat Engine, which is a prominent tool used by game hackers. This tool could also be used to study and analyze packed program's processes that is running in memory. You will learn how to perform debugging in spite of anti-debugging being implemented. There is no need to unpack and dump memory. Instead of unpacking and then patching the dumped files and fixing IAT (Import Address Table) tables, we will write scripts to hack memory using byte patching using an advanced technique called AOB (Array-Of-Bytes) Injection, by injecting code into code caves (inline memory patching). In this course you will learn how to do all of the above and more.

At the end of this course you will be able to gauge the effectiveness of software packers, obfuscation and anti-debugging protection and also to have a good idea of how to implement extra countermeasures to improve the security of software.

In all the practical exercises and walkthroughs, we will use Crackme's which I have written. You will learn how to pack them using several popular packers and then hack them using Cheat Engine.

What you will learn

How to set hardware breakpoints and debug packed programs in spite of anti-debugging protection

Doing Break and Trace to identify Algorithms for reversing

Identifying addresses to do memory patching

Writing custom trainers (loaders) using Cheat Engine to hack and patch memory

Modify program behavior

Process Patching programs

Creating Lua Scripts for process patching

Test the effectiveness of Anti-Debugging technology

Packing crackmes using popular packers

Hack the packed crackmes and patch their memory during runtime

Prerequisites:

Before taking this course, you should preferably be already familiar with how to use x64dbg and Cheat Engine

Windows PC

Some knowledge of Assembly would be useful but not compulsory

Who this course is for
Anyone who wants to know how to assess the effectiveness of packers against Reverse Engineering
Software Developers who want to implement extra layer of protection in addition to packing and Anti-debugging
Reversing hobbyist who wants to level up their skills to take on packed software
An introduction to Software Protection for anyone who wants to get started in this field

Reverse Engineering & Memory Hacking of Packed  Programs 9745ad5c9f64fbaf5fb686a4e5652525

DOWNLOAD:
Citación :

https://rapidgator.net/file/b78a8a0e6d45625860722d76ec2bf000/f4hsp.Reverse.Engineering..Memory.Hacking.of.Packed.Programs.part1.rar.html
https://rapidgator.net/file/1624f94dc844bb60d111994460990654/f4hsp.Reverse.Engineering..Memory.Hacking.of.Packed.Programs.part2.rar.html


https://nitroflare.com/view/DE8F90ADA2BFC64/f4hsp.Reverse.Engineering..Memory.Hacking.of.Packed.Programs.part1.rar
https://nitroflare.com/view/ED5EE601D5501C2/f4hsp.Reverse.Engineering..Memory.Hacking.of.Packed.Programs.part2.rar


https://uploadgig.com/file/download/2b0ad2364f8cC67c/f4hsp.Reverse.Engineering..Memory.Hacking.of.Packed.Programs.part1.rar
https://uploadgig.com/file/download/43a7a31Fc5b59437/f4hsp.Reverse.Engineering..Memory.Hacking.of.Packed.Programs.part2.rar

Volver arriba Ir abajo
 

Reverse Engineering & Memory Hacking of Packed Programs

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Reverse Engineering: IDA For Beginners
» Reverse Engineering Ransomware
» Reverse Engineering Essentials
» Reverse Engineering .NET with dnSpy
» Reverse Engineering Deep Dive

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-