blob: dea5a3b0cc46d527cfef81c812f562e2a037295c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
burneye2 objobf - x86/Linux ELF relocateable object obfuscator
=============================================================================
This program obfuscates .o ELF objects and can create graphs visualizing
the structure of a function.
It should be able to handle fairly large object files by now, as all compiler
generated constructs are supported. If in trouble, try with/without
optimization options.
Read the manpage ("man -l objobf.1") for examples. The graph output stuff may
be interesting (visually at least :)
Also try to load the output objects produced in IDA.
Graphs
------
For graphs produced with loop detection, you need the aiSee visualization
tool, which is available from http://www.aisee.com/download/
(Symlink it to "xvcg" to have objobf call it correctly and display the graph
with gv).
Comments
--------
Send comments to scut@team-teso.net. New versions are available at
http://segfault.net/~scut/objobf/
|