Skip to content

Commit

Permalink
make it purple!
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jan 24, 2022
1 parent d5b83fd commit b0672b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions data/examples/dot/graph.dot
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ digraph linked_libs {
graph [fontname="Arial"];
node [fontname="Arial"];
edge [fontname="Arial"];
ybnmieot [label="libfoo.so" tooltip="libfoo.so", style=filled, color="#21DC80"];
putudnlk [label="libstdc++.so.6" tooltip="libstdc++.so.6", style=filled, color="#0281E8"];
miewsdak [label="libm.so.6" tooltip="libm.so.6", style=filled, color="#0281E8"];
siwpebpr [label="libc.so.6" tooltip="libc.so.6", style=filled, color="#0281E8"];
renlknav [label="ld-linux-x86-64.so.2" tooltip="ld-linux-x86-64.so.2", style=filled, color="#0281E8"];
cyzfqace [label="libgcc_s.so.1" tooltip="libgcc_s.so.1", style=filled, color="#0281E8"];
kqphdaei [label="__cxa_atexit" tooltip="__cxa_atexit (FUNC)", style=filled, color="#AE4E76"];
znpsiubp [label="__cxa_finalize" tooltip="__cxa_finalize (FUNC)", style=filled, color="#AE4E76"];
fwyfijdi [label="_ZNSt8ios_base4InitC1Ev" tooltip="_ZNSt8ios_base4InitC1Ev (FUNC)", style=filled, color="#AE4E76"];
ugnmnzpq [label="_ZNSt8ios_base4InitD1Ev" tooltip="_ZNSt8ios_base4InitD1Ev (FUNC)", style=filled, color="#AE4E76"];
ybnmieot -> putudnlk [label=" links with " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> /usr/lib/x86_64-linux-gnu/libstdc++.so.6"];
ybnmieot -> siwpebpr [label=" links with " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> /lib/x86_64-linux-gnu/libc.so.6"];
putudnlk -> miewsdak [label=" links with " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> libm.so.6"];
putudnlk -> siwpebpr [label=" links with " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> /lib/x86_64-linux-gnu/libc.so.6"];
putudnlk -> renlknav [label=" links with " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> ld-linux-x86-64.so.2"];
putudnlk -> cyzfqace [label=" links with " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> libgcc_s.so.1"];
siwpebpr -> renlknav [label=" links with " tooltip="/lib/x86_64-linux-gnu/libc.so.6 -> ld-linux-x86-64.so.2"];
putudnlk -> fwyfijdi [label=" exports " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> _ZNSt8ios_base4InitC1Ev (fwyfijdi)"];
putudnlk -> ugnmnzpq [label=" exports " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> _ZNSt8ios_base4InitD1Ev (ugnmnzpq)"];
siwpebpr -> znpsiubp [label=" exports " tooltip="/lib/x86_64-linux-gnu/libc.so.6 -> __cxa_finalize (znpsiubp)"];
siwpebpr -> kqphdaei [label=" exports " tooltip="/lib/x86_64-linux-gnu/libc.so.6 -> __cxa_atexit (kqphdaei)"];
ybnmieot -> znpsiubp [label=" needs " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> __cxa_finalize"];
ybnmieot -> kqphdaei [label=" needs " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> __cxa_atexit"];
ybnmieot -> fwyfijdi [label=" needs " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> _ZNSt8ios_base4InitC1Ev"];
ybnmieot -> ugnmnzpq [label=" needs " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> _ZNSt8ios_base4InitD1Ev"];
xnympgly [label="libfoo.so" tooltip="libfoo.so", style=filled, color="#961A95"];
yoxfjnmm [label="libstdc++.so.6" tooltip="libstdc++.so.6", style=filled, color="#F0F076"];
ofyosioi [label="libm.so.6" tooltip="libm.so.6", style=filled, color="#F0F076"];
vakagerh [label="libc.so.6" tooltip="libc.so.6", style=filled, color="#F0F076"];
mikfnqak [label="ld-linux-x86-64.so.2" tooltip="ld-linux-x86-64.so.2", style=filled, color="#F0F076"];
rdqbhqlr [label="libgcc_s.so.1" tooltip="libgcc_s.so.1", style=filled, color="#F0F076"];
etwovegr [label="_ZNSt8ios_base4InitD1Ev" tooltip="_ZNSt8ios_base4InitD1Ev (FUNC)", style=filled, color="#88E246"];
fnidxiox [label="__cxa_finalize" tooltip="__cxa_finalize (FUNC)", style=filled, color="#88E246"];
djjfleyr [label="__cxa_atexit" tooltip="__cxa_atexit (FUNC)", style=filled, color="#88E246"];
upzzgeuh [label="_ZNSt8ios_base4InitC1Ev" tooltip="_ZNSt8ios_base4InitC1Ev (FUNC)", style=filled, color="#88E246"];
xnympgly -> yoxfjnmm [label=" links with " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> /usr/lib/x86_64-linux-gnu/libstdc++.so.6"];
xnympgly -> vakagerh [label=" links with " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> /lib/x86_64-linux-gnu/libc.so.6"];
yoxfjnmm -> ofyosioi [label=" links with " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> libm.so.6"];
yoxfjnmm -> vakagerh [label=" links with " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> /lib/x86_64-linux-gnu/libc.so.6"];
yoxfjnmm -> mikfnqak [label=" links with " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> ld-linux-x86-64.so.2"];
yoxfjnmm -> rdqbhqlr [label=" links with " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> libgcc_s.so.1"];
vakagerh -> mikfnqak [label=" links with " tooltip="/lib/x86_64-linux-gnu/libc.so.6 -> ld-linux-x86-64.so.2"];
yoxfjnmm -> upzzgeuh [label=" exports " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> _ZNSt8ios_base4InitC1Ev (upzzgeuh)"];
yoxfjnmm -> etwovegr [label=" exports " tooltip="/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> _ZNSt8ios_base4InitD1Ev (etwovegr)"];
vakagerh -> fnidxiox [label=" exports " tooltip="/lib/x86_64-linux-gnu/libc.so.6 -> __cxa_finalize (fnidxiox)"];
vakagerh -> djjfleyr [label=" exports " tooltip="/lib/x86_64-linux-gnu/libc.so.6 -> __cxa_atexit (djjfleyr)"];
xnympgly -> fnidxiox [label=" needs " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> __cxa_finalize"];
xnympgly -> djjfleyr [label=" needs " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> __cxa_atexit"];
xnympgly -> upzzgeuh [label=" needs " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> _ZNSt8ios_base4InitC1Ev"];
xnympgly -> etwovegr [label=" needs " tooltip="/home/vanessa/Desktop/Code/elfcall/data/libfoo.so -> _ZNSt8ios_base4InitD1Ev"];

}
Binary file modified data/examples/dot/graph.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0672b7

Please sign in to comment.