首页
社区
课程
招聘
[转帖]Crack a software using OllyDbg | Reverse Engineering Tutorial
发表于: 2021-2-2 15:39 2254

[转帖]Crack a software using OllyDbg | Reverse Engineering Tutorial

2021-2-2 15:39
2254

Crack a software using OllyDbg | Reverse Engineering Tutorial

In this video we're going to review the widely used tool: OllyDbg. 

Ollydbg is a tool for debugging used for binary code analysis. It converts the binary language to an assembly language.


Assembly language is an ISA (Instruction Set Architecture) based low

level language which is user friendly and has an efficient code. It is an

application to figure out the bugs in a program, troubleshoot it and run

specific parts of it and see how it works.


We talk about Pros and Cons of OllyDbg, how to install it and it's uses.

https://www.youtube.com/watch?v=57n9-aYdn2o



[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 3
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//