Сейчас на форуме: -Sanchez- (+9 невидимых) |
eXeL@B —› Основной форум —› Использование IDA Pro (part 2) |
<< 1 ... 9 . 10 . 11 . 12 . 13 . 14 . 15 . 16 . 17 . 18 . 19 ... 21 . 22 . >> |
Посл.ответ | Сообщение |
|
Создано: 27 марта 2017 11:54 · Личное сообщение · #1 Обмен опытом использования и настройки интерактивного дизассемблера и отладчика IDA Pro. Прошлый топик | Сообщение посчитали полезным: oxfemale, gent0o0 |
|
Создано: 29 апреля 2019 09:35 · Поправил: plutos · Личное сообщение · #2 QScripts is a productivity tool that helps IDA users speed up their scripts development. With QScripts, you will be able to develop your scripts in your favorite text editor, save the script and see the results in IDA. Кому интересно, берем ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 30 апреля 2019 20:29 · Личное сообщение · #3 An IDA Pro plugin to examine the heap, focused on exploit development. Currently supports the glibc malloc implementation (ptmalloc2). 3rd place winner of the 2018 Hex-Rays Plugin Contest ----- Give me a HANDLE and I will move the Earth. | Сообщение посчитали полезным: Keksov |
|
Создано: 03 мая 2019 15:00 · Личное сообщение · #4 plutos > to examine the heap, focused on exploit development. Куча(heap) реализована фундаментально с защитой от атак. Там любое событие может логгироваться, есть и отладочные механизмы(страничный механизм выделения памяти) и есчо много всего прочего. А есчо на это всё может быть натянут системный верифер, основная задача которого и следить за хипом. И эти все механизмы управляются опциями, которые доступны. Для этого какой то левый тулз не нужен. ----- vx |
|
Создано: 03 мая 2019 22:49 · Поправил: plutos · Личное сообщение · #5 |
|
Создано: 05 мая 2019 22:31 · Личное сообщение · #6 |
|
Создано: 06 мая 2019 10:50 · Личное сообщение · #7 |
|
Создано: 06 мая 2019 11:25 · Личное сообщение · #8 |
|
Создано: 06 мая 2019 13:57 · Поправил: hash87szf · Личное сообщение · #9 |
|
Создано: 06 мая 2019 16:44 · Поправил: DenCoder · Личное сообщение · #10 |
|
Создано: 06 мая 2019 23:33 · Поправил: difexacaw · Личное сообщение · #11 |
|
Создано: 07 мая 2019 07:15 · Личное сообщение · #12 |
|
Создано: 11 мая 2019 03:24 · Поправил: plutos · Личное сообщение · #13 fn_fuzzy: Fast Multiple На сайте есть подробное описание этого инструмента, как им пользоваться (с примерами), так что не буду здесь дублировать. Инструмент новый, сильно пока его не использовал, но похоже, что тем, кто сталкивался с проблемами, которые он призван решать, будет очень полезен. ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 14 мая 2019 20:53 · Личное сообщение · #14 IDAPython plugin that synchronizes decompiled and disassembled code views. Please refer to comments in source code for more details. Requires 7.2 ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 16 мая 2019 23:51 · Личное сообщение · #15 ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 17 мая 2019 00:01 · Личное сообщение · #16 plutos пишет: fn_fuzzy Wrap-up In this article, TAU described how to use fn_fuzzy, a fast and lightweight function-level binary diffing tool. fn_fuzzy focuses on a fast triage for large sets of IDBs and depends on just two kinds of fuzzy hash values (ssdeep and Machoc) to detect similarities, thus the accuracy is not as good as BinDiff and Diaphora. TAU recommends to utilize fn_fuzzy to narrow down the most similar and analyzed IDBs before the one-on-one diffing. rolleyes, avery |
|
Создано: 17 мая 2019 08:14 · Поправил: plutos · Личное сообщение · #17 hash87szf пишет: rolleyes, avery спасибо за дельный, толковый анализ! (Сарказм!) я ссылку выложил для ознакомления и возможного обсуждения статьи по существу, а человек скопировал из нее три строчки и ... закатил глаза, типа "нет слов!". И, кстати: не "rolleyes", a "roll eyes". Но это ведь не грубая ошибка. ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 24 мая 2019 01:18 · Личное сообщение · #18 HexRays decompiler plugin that visualizes the ctree of decompiled functions. This plugin for the HexRays decompiler creates a graph of a decompiled function using IDA's internal graph viewer. It zooms in on the graph view to 100%, attaches it to the currently active decompiler window and sets the focus on the item that the decompiler view's cursor points to. ----- Give me a HANDLE and I will move the Earth. | Сообщение посчитали полезным: dma, mak |
|
Создано: 26 мая 2019 08:15 · Личное сообщение · #19 An IDAPython decompiler script that helps auditing calls to the memcpy(dst, src, n) and memmove(dsr, c, n) functions. ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 27 мая 2019 18:30 · Поправил: plutos · Личное сообщение · #20 Plugin providing advanced skinning support for IDA Pro utilizing Qt stylesheets, similar to CSS. ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 27 мая 2019 21:10 · Личное сообщение · #21 |
|
Создано: 29 мая 2019 11:09 · Личное сообщение · #22 |
|
Создано: 15 июня 2019 02:44 · Личное сообщение · #23 genmc - genmc is an IDAPython script/plugin hybrid that displays Hexrays decompiler microcode, which can help in developing microcode plugins. By running the code as a script within IDA, a Python shell command becomes available which, after typing "install_plugin()", copies the script to $HOME/.idapro/plugins or %APPDATA%Hex-Rays/IDA Pro/plugins. With the script installed into the plugins folder, it can be invoked from the plugins menu or by using the hotkey 'Ctrl-Shift-M'. IDA and decompilers >= 7.3 are required. ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 17 июня 2019 00:08 · Личное сообщение · #24 This is a theme package for IDA 7.3. It was adapted from the VSCode theme in Оно, конечно, без IDA 7.3 так же нужно, как зайцу стоп-сигнал, но так сказать, "в ожидании лучшего"... А вдруг пригодится в будущем! ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 20 июня 2019 00:35 · Поправил: plutos · Личное сообщение · #25 |
|
Создано: 20 июня 2019 12:34 · Личное сообщение · #26 plutos пишет: hash87szf пишет: rolleyes, avery спасибо за дельный, толковый анализ! (Сарказм!) я ссылку выложил для ознакомления и возможного обсуждения статьи по существу, а человек скопировал из нее три строчки и ... закатил глаза, типа "нет слов!". И, кстати: не "rolleyes", a "roll eyes". Но это ведь не грубая ошибка. лолшо, ты сам тот гавно-статья читал? я самый важный момент - который спрятам под тонной высера - нашёл и цитировал! шо эта подделка хуйня хуже всего |
|
Создано: 22 июня 2019 01:28 · Поправил: reversecode · Личное сообщение · #27 |
|
Создано: 22 июня 2019 01:50 · Поправил: plutos · Личное сообщение · #28 Jan 31, 2019 - Report to Hex-Rays Feb 01, 2019 - Hex-Rays promised to harden the installation password and reported to BitRock Feb 11, 2019 - BitRock released InstallBuilder 19.2.0 Т.е. Hex-Rays уже принял меры и нужен старый инсталлер (димы молдавана)? а ссылки на него нет? ----- Give me a HANDLE and I will move the Earth. |
|
Создано: 22 июня 2019 02:32 · Поправил: mak · Личное сообщение · #29 plutos пишет: Т.е. Hex-Rays уже принял меры и нужен старый инсталлер (димы молдавана)? а ссылки нет? Полный комплект 7.2 версии от Димона Code:
----- RE In Progress [!] Coding Hazard [!] Stay Clear of this Cube | Сообщение посчитали полезным: plutos, dma |
|
Создано: 22 июня 2019 05:34 · Личное сообщение · #30 reversecode пишет: https://devco.re/blog/2019/06/21/operation-crack-hacking-IDA-Pro-installer-PRNG-from-an-unusual-way-en/ кто там инсталлер того димы молдавана скачивал))) для страждующих нашли подходячий генератор чисел на языке perl, на других языках работать не будет ,другой ген чисел))) ----- Чтобы правильно задать вопрос, нужно знать большую часть ответа. Р.Шекли. |
|
Создано: 22 июня 2019 10:59 · Поправил: mak · Личное сообщение · #31 ClockMan пишет: для страждующих нашли подходячий генератор чисел на языке perl, на других языках работать не будет ,другой ген чисел))) Из исходников Perl по ссылке - Perl relies on the underlying system for the implementation of C<rand> and C<srand>; on some systems, the generated numbers are not random enough (especially on Windows : see L<http://www.perlmonks.org/?node_id=803632>). Several CPAN modules in the C<Math> namespace implement better pseudorandom generators; see for example L<Math::Random::MT> ("Mersenne Twister", fast), or L<Math::TrulyRandom> (uses the imperfections in the system's timer to generate random numbers, which is rather slow). More algorithms for random numbers are described in "Numerical Recipes in C" at L<http://www.nr.com/> Random numbers are not random enough on Windows Perl's rand uses the C run time rand provided by the compiler. Often such pseudo-random number generators perform very poorly and the Microsoft one provided by the compiler used to build ActiveState's Perl offering is a case in point. However, it's a problem that is easily fixed. Just use Math::Random::MT qw(srand rand); and the problem goes away regardless of how your Perl was built. Старый брут для мотивации на Делфи можно скачать ниже .. Новая тема, попытка адаптации под новые версии на board4all - InnoBf recompiled - 0df9_22.06.2019_EXELAB.rU.tgz - InnoBF.rar ----- RE In Progress [!] Coding Hazard [!] Stay Clear of this Cube |
<< 1 ... 9 . 10 . 11 . 12 . 13 . 14 . 15 . 16 . 17 . 18 . 19 ... 21 . 22 . >> |
eXeL@B —› Основной форум —› Использование IDA Pro (part 2) |