Skip to main content

Questions tagged [error-messages]

0 votes
1 answer
121 views

I am no programmer but I like to do it for my own purpose and entertainment. As in earlier posts I said: Excuse me, I am just liking to use the SkiFree source code for my very own purpose. The purpose ...
Picaboo3's user avatar
1 vote
2 answers
485 views

Part of Practical malware analysis Lab5, is to run a python script in IDA Pro I have tried by going to Files-->Script command then I have pasted my python code: sea = ScreenEA() for i in range(...
Octo's user avatar
  • 11
1 vote
0 answers
78 views

Hell0!!! I try ld_preload by pwntools and take it... How can I fix this problem???
K05t1K_RWX's user avatar
2 votes
1 answer
449 views

IDA (free v8.0 on Kali Linux) produces an error any time I attempt to create a graph, e.g. View > Graphs > Function Call: Could not find grapher '/usr/bin/dotty'. Please check GRAPH_VISUALIZER ...
mechgt's user avatar
  • 63
2 votes
1 answer
7k views

I am trying to attach the WinDBG to particular process but I constantly get the error below : I am using win 7 x64 and am trying to debug x64 application. I run the IDA Pro with admin privileges. I ...
FreeMind's user avatar
  • 639
2 votes
1 answer
262 views

during an analysis, I had the following situation: The main thread allocates some space, the base address is 002E0000. Then it put opcodes (of the new thread) to that place. So, 002E0000 was the ...
user3097712's user avatar
  • 1,541