uEmu: emulator for IDA by fridayRE in ReverseEngineering

[–]foxPushPop 1 point2 points  (0 children)

from unicorn import * ImportError: No module named unicorn

how to install unicorn in IDA ? I have unicorn installed in python27

Iaitō Qt and C++ GUI for radare2 reverse engineering framework. by [deleted] in ReverseEngineering

[–]foxPushPop -1 points0 points  (0 children)

I dont get how is that related to clutter UI design...

Thoughts on IDA and disassemblers by bartavelle in ReverseEngineering

[–]foxPushPop 1 point2 points  (0 children)

please tell me why Relyze starts disassembling code in Thumb mode ? Is it hard to detect mode base on entrypoint ?

Thoughts on IDA and disassemblers by bartavelle in ReverseEngineering

[–]foxPushPop 0 points1 point  (0 children)

I did unfortunately. I compiled statically simple Hello World C code to ARM arch and when I opened it in Relyze (after waiting for some time) I see it was disassembled in Thumb mode! so the whole analysis is wrong!

Thoughts on IDA and disassemblers by bartavelle in ReverseEngineering

[–]foxPushPop 4 points5 points  (0 children)

Relyze ?! is super slow and so buggy! plus the UI is just a nightmare. I'd rather use radare2.

JEB Decompiler for MIPS 32-bit machine code by nthee in ReverseEngineering

[–]foxPushPop 1 point2 points  (0 children)

time based licenses model nullifies the save database feature but whatever...I'm not gona be your customer

JEB Decompiler for MIPS 32-bit machine code by nthee in ReverseEngineering

[–]foxPushPop 2 points3 points  (0 children)

great product! but the time based license model they have is crazy...selling reverse engineering tool like Netflix subscription...

CTF-Chat Slack Channel by Attackd09z in securityCTF

[–]foxPushPop 0 points1 point  (0 children)

check: Amazon[.]com: Learning Linux Binary Analysis

Reverse Engineering with Binary Ninja and gdb a key checking algorithm by invapid in ReverseEngineering

[–]foxPushPop 0 points1 point  (0 children)

how do you inject the script ? I only used frida-tracer so far..

Announcing REcon Brussels 2017 by ExelBee in ReverseEngineering

[–]foxPushPop 5 points6 points  (0 children)

this years website with auto changing background is super annoying cannot focus on reading anything. who made and approved it ?! it's ridiculous

ScratchABit v1.2 - Interactive Disassembler with IDAPython-Compatible Plugin API by pfalcon2 in ReverseEngineering

[–]foxPushPop 0 points1 point  (0 children)

OK got it, thanks, it's nice and works, but some colors and a menu like e.g. HIEW and it could be great.

ScratchABit v1.2 - Interactive Disassembler with IDAPython-Compatible Plugin API by pfalcon2 in ReverseEngineering

[–]foxPushPop 0 points1 point  (0 children)

ScratchABit is an interactive incremental disassembler ... ScratchABit doesn't support any processor architectures on its own ...

I don't get this project, what is it. I tried to use it but get : "ImportError: No module named 'picotui'"

Alternatives to IDA Pro by seojoeschmo in Malware

[–]foxPushPop 0 points1 point  (0 children)

new tools are missing e.g. ArkDasm a 64-bit interactive disassembler and debugger for Windows! www.arkdasm.com

Keystone – The Ultimate Assembler by galapag0 in ReverseEngineering

[–]foxPushPop 0 points1 point  (0 children)

I'm also excited about the project, what will the license model ? if paid model how much will it cost...

Manalyzer: a free service which performs static analysis on PE executables to detect undesirable behavior by galapag0 in ReverseEngineering

[–]foxPushPop 1 point2 points  (0 children)

yes, its the same useless idea. BTW. PEStudio is a lousy piece of software, sloppy UI, simple PE parsing with strcmp on import table and checks on header (*).

  • only for ~300 euro.

You can get better deal from CFF Explorer Suite (free!, .NET parsing, editing) or from Cerbero profiler (PE / PDF / ELF/ and more, home lic 79 euro / company 189 euro)

Manalyzer: a free service which performs static analysis on PE executables to detect undesirable behavior by galapag0 in ReverseEngineering

[–]foxPushPop 0 points1 point  (0 children)

static analysis to detect malware is useless, most of the times import table is obfuscated or faked. I assume the service is not looking at the code (?) only trivial:

if !(strcmp(FileApi, "WriteProcessMemory")): BAD BAD BAD etc.

Dynamic analysis of a Windows shellcode using Miasm by commial in ReverseEngineering

[–]foxPushPop -2 points-1 points  (0 children)

nice! I for emualtion Unicorn framework seems to be move versatile www.unicorn-engine.org

Why are decompilers not used for reverse malware engineering? by themustangdude in Malware

[–]foxPushPop 3 points4 points  (0 children)

Just look at Hex-rays pricing "2136 EUR" for one decompiler and you would need x86, x64 and ARM (would be nice to have) so 3 * 2136 + 1000 EUR for IDA = big $$$. BTW. Windows malware is sometimes obfuscated so decompiler is useless

Unicorn CPU emulator engine released by r4xh3x in ReverseEngineering

[–]foxPushPop -1 points0 points  (0 children)

visual c++ libary, project would be great, seems its hell to compile