arch linux 出现 edb7,edb-debugger

edb-debugger.svg

edb-debugger.svg?branch=master

91jfbbyg075wk96q?svg=true

license-GPL2-blue.svg

Donate-PayPal-green.svg

Rawsec-inventoried-FF5050_flat.svg

edb is a cross platform AArch32/x86/x86-64 debugger. It was inspired by Ollydbg,

but aims to function on AArch32, x86, and x86-64 as well as multiple OS's. Linux is the

only officially supported platform at the moment, but FreeBSD, OpenBSD, OSX and

Windows ports are underway with varying degrees of functionality.

edb_interface-2019.png

edb is available under the GPL 2 license, see the COPYING for details.

NOTE: This README now only covers the most essential documentation, for more

complete documentation see the wiki

Cloning

When cloning the repo, please use git's --recursive flag to ensure that the

sub-modules will be properly cloned and updated to the correct versions.

Here is an example:

git clone --recursive https://github.com/eteran/edb-debugger.git

Compiling

Compiling edb is generally quite simple. edb currently depends on the

following packages:

Dependency

Version Required

>= 5.2

Boost (Headers Only)

>= 1.35

>= 2.38.0 (Optional)

Many distributions already have packages that satisify these. The wiki contains

examples for some popular distributions:

Once you have the necessary dependencies installed, compilation is done with

cmake:

CMake

If you plan to just run edb out of the build directory, it's as simple as this:

$ mkdir build

$ cd build

$ cmake ..

$ make

$ ./edb

If you would like to properly install edb on the system for all users, it's

only a little different:

$ mkdir build

$ cd build

$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/ ..

$ make

$ make install

$ edb

Installing

Basic installation is simple, you may run

$ make install

In which case the plugins will be installed in /usr/local/lib/edb and the

binaries will be installed in /usr/local/bin/.

fbd42f814ece1b821c102c0618a3ac28.gif

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值