Skip to search formSkip to main contentSkip to account menu

OllyDbg

OllyDbg (named after its author, Oleh Yuschuk) is an x86 debugger that emphasizes binary code analysis, which is useful when source code is not… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
Title of dissertation: Improving Existing Static and Dynamic Malware Detection Techniques with Instruction-level Behavior Danny… 
2016
2016
When a malware analyst analyzes some code to determine if it's malicious or not and what it is doing, he has to overcome… 
2015
2015
When doing reverse analysis of program’s binary codes, it is often to encounter the function of cryptographic library. In order… 
2014
2014
A 'Packer' is a compression routine that compress an executable file. Packers are used on executable for two main reasons: to… 
2013
2013
Pada penulisan tugas akhir ini, penulis membahas tentang bagaimana caa melakukan analisis sebuah vulnerability dan juga cara… 
2010
2010
In front of us stands a malware's protection layer with millions of assembly instructions and our goal is to understand what's… 
2010
2010
MagicHideOllyDbg is a shameless theft of code from the HideOD plug-in. All but fi ve of the important routines are byte-for-byte… 
2010
2010
Most commercial anti-virus software uses signature based techniques to detect whether a file is infected by a virus or not… 
2007
2007
This article mainly introduces the usages of the command about OllyDbg,by setting API interrupt,and the dissemble of this program… 
2006
2006
  • Redoc
  • 2006
  • Corpus ID: 180027056
OllyDbg是Cracker最常用的一款用户级动态调试工具.它与作为系统级调试器的softICE在实现方式上有着本质的不同。除非要调试Windows内核、Windows装载器、驱动程序或者其他的底层服务.一般情况下SoftICE…