Package Details: edb-debugger 1.4.0-1

Git Clone URL: https://aur.archlinux.org/edb-debugger.git (read-only, click to copy)
Package Base: edb-debugger
Description: EDB (Evan's Debugger) is a cross platform AArch32/x86/x86-64 debugger, inspired by Ollydbg.
Upstream URL: http://www.codef00.com/projects#debugger
Keywords: binary debugger ollydbg qt qt5
Licenses: GPL2
Submitter: None
Maintainer: revel
Last Packager: revel
Votes: 90
Popularity: 0.000606
First Submitted: 2007-04-27 15:24 (UTC)
Last Updated: 2023-08-13 04:01 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Anix commented on 2023-08-12 14:06 (UTC)

Hello, please update to version 1.4

revel commented on 2023-05-25 22:25 (UTC)

It's indeed gcc 13 related issue. They already fixed it in the edb repo, but no new release was made so far. I patched it up on my side though, so it should work fine now. Thanks for the notification.

turbocat2001 commented on 2023-05-23 17:56 (UTC)

Hello! I see a build error:

/home/max/.cache/yay/edb-debugger/src/edb-debugger/plugins/DebuggerCore/unix/linux/FeatureDetect.cpp:138:61: error: 'uintptr_t' is not a type name
  138 | const auto addr = reinterpret_cast<uintptr_t>(&edb::version) & pageAlignMask;
      | ^~~~~~~~~
/home/max/.cache/yay/edb-debugger/src/edb-debugger/plugins/DebuggerCore/unix/linux/FeatureDetect.cpp:29:1: note: "uintptr_t" is defined in header "<cstdint>" ; did you forget "#include <cstdint>"?
   28 | #include <sys/wait.h>
  +++ |+#include <cstdint>
   29 | #include <unistd.h>

It seems to me that the problem is in the source code itself, but it may be that I have gcc-13.

revel commented on 2022-06-22 04:13 (UTC)

Thanks @Lombardo, it should work fine now.

Lombardo commented on 2022-06-22 03:20 (UTC)

Hi first time facing issues with an AUR package. Lemme know if you need other info! https://pastebin.pl/view/196adfe2

revel commented on 2020-10-13 09:07 (UTC)

Thanks @con-fused, fixed!

slithery0 commented on 2020-10-13 03:45 (UTC)

There are errors in building, something related to CMAKE... Qstring Split and stuff.

https://pastebin.pl/view/dae3fec7

revel commented on 2019-12-17 01:51 (UTC)

brunetton, run edb without arguments and make sure that preferences -> directories -> plugin directory points to "/usr/lib/edb/". It's strange that it does not work by itself.

brunetton commented on 2019-12-16 20:15 (UTC) (edited on 2019-12-16 20:15 (UTC) by brunetton)

Hi, thanks for the package. I installed it succesfully (I presume), but each time I start it (with --run option to attach to a program from the beginning), there's a message saying:

Failed to successfully load the debugger core plugin. Please make sure it exists and that the plugin path is correctly configured. This is normal if edb has not been previously run or the configuration file has been removed

Then the configuration panel appears and close. I can't use the program. Did I missed something ? Thanks