Ollydbg is not displaying api calls in comments. It will not analyze the program either

StackOverflow https://stackoverflow.com/questions/13547107

  •  01-12-2021
  •  | 
  •  

문제

I am using Ollydbg 2.01 on Windows 7 x64. Any time I open a program, Olly does not display the API calls. Here is what I would like to see, notice the API calls in the comments section: What I want to see

And here is what I see What I see

Note the lack of API calls and just general info. Trying to analyze (Ctrl+A) doesn't do anything either. One thing I have noticed is that attempting to set the .UDD path file does not work. I set the API Help file (which works fine) and the .UDD path file, restart Olly, and when I look at the .UDD path, it has been replaced by a single period.

도움이 되었습니까?

해결책

The issue was I was simply not using the latest version of Olly. Downloading it solved the issue I was having.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top