History view

Cracking

Introduction and purpose 0x1

theFaunia in the wild 2019. 10. 30. 05:14

The purpose of this course is to teach a cyclic procedure to do reverse engineering and backdoors malware patching in modern real software by modifying the code using assembly language. The opportunities that one program or another can offer us depend on the protections that the program has and its functionality. Also it is importat the persistence in Windows system for Red Team purpose. The main points to consider in this course: 

  • Assembly language.
  • Binary Patching.
  • Using debugger like x64dbg or IDA.
  • Backdoors skills.
  • Social-Engineering purpose. Malware user iteration.
  • And imagination !. 

To access this course contact at me in naivenom@gmail.com. 

'Cracking' 카테고리의 다른 글

Binary patching 0x4  (0) 2019.11.18
Binary patching 0x3  (0) 2019.11.18
Binary patching 0x2  (0) 2019.11.09
Comments