2

I am trying to reverse engineer a program that requires a serial key to run. The problem is that when i want to attach OllyDbg to the program, the process is basically not coming up. When i opened task manager to try and find the process, i could easily find it. Can someone explain why this happens, and how to get around this?

Lukas Knudsen
  • 197
  • 2
  • 3
  • 14

1 Answers1

0

This is probably a problem with permissions. Try open OllyDbg as an Administrator, then you should be able to see the process and attach to it.

Megabeets
  • 1,378
  • 11
  • 19