Note that there are some explanatory texts on larger screens.

plurals
  1. POedb debugger: Failed to open and attach to process, please check priviledges and try again
    primarykey
    data
    text
    <p>When opening a binary file, I got the "Could not open" dialog with below error:</p> <blockquote> <p>Failed to open and attach to process, please check priviledges and try again.</p> </blockquote> <p><em>(it should be privileges instead of priviledges)</em></p> <p>Steps to reproduce:</p> <ul> <li>Start edb and open a binary file with File --> Open </li> <li>Or open it directly from Terminal: edb --run /path/to/binary/file</li> </ul> <p>Build date &amp; platform:</p> <pre><code>dev-util/edb [1] Available versions: (~)0.9.17!m!s Installed versions: 0.9.17!m!s(06:48:39 PM 04/17/2011) Homepage: http://www.codef00.com/projects#debugger Description: EDB "Evan's Debugger" (OllyDbg workalike for Linux) </code></pre> <p>on Gentoo r10 - 2.6.31</p> <p>Below is the info when run it with gdb:</p> <pre><code>(gdb) run --run virus.doc.bin Starting program: /usr/bin/edb --run virus.doc.bin [Thread debugging using libthread_db enabled] Starting edb version: 0.9.17 Please Report Bugs &amp; Requests At: http://bugs.codef00.com/ [load_plugins] Loading Plugin: libAnalyzer.so : 0x81dff18 [load_plugins] Loading Plugin: libBinarySearcher.so : 0x81f1ea8 [load_plugins] Loading Plugin: libBookmarks.so : 0x81f1a00 [load_plugins] Loading Plugin: libBreakpointManager.so : 0x8250fe0 [load_plugins] Loading Plugin: libCheckVersion.so : 0x81eb970 [load_plugins] Loading Core Plugin: libDebuggerCore.so : 0x824b380 [load_plugins] Loading Plugin: libDumpState.so : 0x8250938 [load_plugins] Loading Plugin: libELFBinaryInfo.so : 0x82499c8 [load_plugins] Loading Plugin: libEnvironment.so : 0x8253fa0 [load_plugins] Loading Plugin: libFunctionDB.so : 0x824c768 [load_plugins] Loading Plugin: libFunctionFinder.so : 0x824a0c0 [load_plugins] Loading Plugin: libHardwareBreakpoints.so : 0x8257490 [load_plugins] Loading Plugin: libHeapAnalyzer.so : 0x82586b0 [load_plugins] Loading Plugin: libOpcodeSearcher.so : 0x8249940 [load_plugins] Loading Plugin: libOpenFiles.so : 0x82574b0 [load_plugins] Loading Plugin: libReferences.so : 0x82592b0 [load_plugins] Loading Plugin: libROPTool.so : 0x8259278 [load_plugins] Loading Plugin: libSessionManager.so : 0x8258c90 [load_plugins] Loading Plugin: libStringSearcher.so : 0x825b3d0 [load_plugins] Loading Plugin: libSymbolViewer.so : 0x8255308 [Function Database] loaded with 103 function definitions. [New Thread 0xb26e0b70 (LWP 2401)] [New Thread 0xb1d0eb70 (LWP 2481)] comparing versions: [2321] [2321] [Thread 0xb1d0eb70 (LWP 2481) exited] [Thread 0xb26e0b70 (LWP 2401) exited] Program exited normally. (gdb) </code></pre> <p>PS: I also tried to run it as root but still got the same error.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload