All Projects → obaby → CommentView-4-IDAPRO-7.0

obaby / CommentView-4-IDAPRO-7.0

Licence: other
CommentView 4 IDAPRO 7.0

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CommentView-4-IDAPRO-7.0

E-Decompiler
用来辅助分析易语言程序的IDA插件
Stars: ✭ 240 (+344.44%)
Mutual labels:  ida
GifReversingBot
A Reddit bot that reverses gifs
Stars: ✭ 38 (-29.63%)
Mutual labels:  reverse
reverse android
安卓从开发到逆向
Stars: ✭ 65 (+20.37%)
Mutual labels:  reverse
geocoder
Geocoder is a Typescript library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations
Stars: ✭ 28 (-48.15%)
Mutual labels:  reverse
akamai-toolkit
A set of tools to work on Akamai v1 anti-bot solution. Current supported version: 1.70
Stars: ✭ 215 (+298.15%)
Mutual labels:  reverse
nds loader
Nintendo DS loader module for IDA Pro 6.1
Stars: ✭ 16 (-70.37%)
Mutual labels:  ida
rhme-2016
The RHme2 (Riscure Hack me 2) is a low level hardware CTF challenge that comes in the form of an Arduino Nano board. The new edition provides a completely different set of new challenges to test your skills in side channel, fault injection, cryptoanalysis and software exploitation attacks.
Stars: ✭ 42 (-22.22%)
Mutual labels:  reverse
ida-xtensa2
IDAPython plugin for Tensilica Xtensa (as seen in ESP8266), version 2
Stars: ✭ 29 (-46.3%)
Mutual labels:  ida
vex
reverse HTTP proxy tunnel via secure SSH connections.
Stars: ✭ 20 (-62.96%)
Mutual labels:  reverse
ida-bpf-processor
BPF Processor for IDA Python
Stars: ✭ 41 (-24.07%)
Mutual labels:  ida
long night
A collection of themes based on pastel colors, created for reverse engineers
Stars: ✭ 74 (+37.04%)
Mutual labels:  ida
Sundials.jl
Julia interface to Sundials, including a nonlinear solver (KINSOL), ODE's (CVODE and ARKODE), and DAE's (IDA) in a SciML scientific machine learning enabled manner
Stars: ✭ 167 (+209.26%)
Mutual labels:  ida
allsafe
Intentionally vulnerable Android application.
Stars: ✭ 135 (+150%)
Mutual labels:  reverse
ida2pwntools
a IDA 7.0 plugins that helps to attach process created by pwntools and debug pwn
Stars: ✭ 58 (+7.41%)
Mutual labels:  ida
ida migrator
IDA Migrator is an IDA Pro plugin which helps migrate existing work from one database instance to another. It Conveniently migrates function names, structures and enums.
Stars: ✭ 65 (+20.37%)
Mutual labels:  ida
AngryIDA
Python based angr plug in for IDA Pro.
Stars: ✭ 32 (-40.74%)
Mutual labels:  ida
IDAShell
Shell extension for opening executables in IDA
Stars: ✭ 172 (+218.52%)
Mutual labels:  ida
ReHitman
Hitman Gen 1 Reverse Engineering Project
Stars: ✭ 21 (-61.11%)
Mutual labels:  reverse
fnseedc
Collection of resources for Minecraft Seedcracking
Stars: ✭ 33 (-38.89%)
Mutual labels:  reverse
Hellf
ELF patching library in Python
Stars: ✭ 18 (-66.67%)
Mutual labels:  reverse

IDA Comments Viewer for IDA pro 7.0

Version:1.0 alpha

plugin by obaby

http://www.h4ck.org.cn

http://findu.co

Screenshot

自从ida升级7.0 之后,hexrays做了很多的改动,以前的插件基本都废掉了。于是想要找个插件就变得很困难,最近分析一个文件需要获取所有的注释,但是那个针对低版本开发的commentview已经无力回天了。虽然晚上有开源的代码,但是实际修改起来比较蛋疼,不知道是不是ida的问题,编译的插件获取的地址基本都是错误的。还是按照以前的使用区段枚举,和inf信息获取的方法获取到的地址都错了,着tm就很尴尬了

于是只好改变思路,使用idapython来做,由于以前没怎么用python写过插件,所以到处找代码折腾了这么个东西。好歹是满足了需求了,如果有更多的需求自己修改代码吧。如果做了修改麻烦提交下改动,谢谢。

文章链接: http://www.h4ck.org.cn/2018/01/commentview-plugin-for-idapro7-0/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].