What does it mean? Did I do something wrong? I'm attached to a game in it's "adobe air" module. I'm going by his tutorial, by the way: https://www.youtube.com/watch?v=WeBonE9h6B4&ebc=ANyPxKpZpghX5xhno2fMAOlSyLCsaMH1bUTutdb4sYJmx_GMmLSm46qVEmMm6gWSjNGWYb9Xu7Jh
Asked
Active
Viewed 336 times
1 Answers
1
If you want to set breakpoint on all ws32_send calls, follow this steps:
- Load your target into OllyDbg
- Use keyboard shortcut CTRL+G
- Enter ws2_32.send
- Choose function and press Follow expression
- Press F2 to set breakpoint
- Run your target (F9)

Denis
- 199
- 1
- 2
- 9