首页
社区
课程
招聘
[ZT]Linux debugger by proxy
发表于: 2006-6-14 15:48 2766

[ZT]Linux debugger by proxy

2006-6-14 15:48
2766
FROM:RCE


Hey everyone, I'm relativly new to this forum, but I do do work in the reverse engineering field. Ollydbg is clearly the debugger of choice for windows, but like you I have found no linux debugger which really steps up to the plate.

So i am making my own debugger, and it is designed from the start to be cross platform (a single c++ class defines all debugger primitives which are OS specific, the rest is all QT).

I don't know when I will be releasing my first version, but i really hope sometime in the next 2 months I'll have _something_ worth using out the door.

For some more basic info, and screenshots of what I have so far, check out my page:

http://www.codef00.com/projects.php#Debugger

Visually it's always there, I'm working on my custom QDissasemblyView widget at the moment, and it currently has a ptrace impementation for the basic functionality.

Once I am nearing a 1.0 release, I plan to open source it, and hopefully make a very positive contribution the RE community 



http://www.codef00.com/projects.php#Debugger

AGAIN to THANKS proxy.

[课程]FART 脱壳王!加量不加价!FART作者讲授!

收藏
免费 1
支持
分享
最新回复 (8)
雪    币: 603
活跃值: (617)
能力值: ( LV12,RANK:660 )
在线值:
发帖
回帖
粉丝
2
Linice就不错,跟softice很像了! 希望这个能成为Linux下的OllyDbg...
2006-6-14 19:35
0
雪    币: 207
活跃值: (40)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
3
完全不懂, 只用过几次gdb
2006-6-14 19:39
0
雪    币: 603
活跃值: (617)
能力值: ( LV12,RANK:660 )
在线值:
发帖
回帖
粉丝
4
没找到下载链接
2006-6-15 10:24
0
雪    币: 11705
活跃值: (970)
能力值: ( LV12,RANK:779 )
在线值:
发帖
回帖
粉丝
5
调GUI更方便。

最初由 prince 发布
Linice就不错,跟softice很像了! 希望这个能成为Linux下的OllyDbg...
2006-6-16 00:07
0
雪    币: 8674
活跃值: (3848)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
没地方下载啊?
2006-6-19 09:19
0
雪    币: 270
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
我辈就是要这样的
2006-6-21 10:11
0
雪    币: 8674
活跃值: (3848)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
到底要怎样才能下载,没下载链接?
2006-6-22 09:12
0
雪    币: 50
活跃值: (145)
能力值: ( LV12,RANK:290 )
在线值:
发帖
回帖
粉丝
9
ftp://sources.redhat.com/pub/gdb/releases/
2006-6-22 12:11
0
游客
登录 | 注册 方可回帖
返回
//