Post Aw9kGJzc7YqXG3XabI by [email protected] | |
More posts by [email protected] | |
Post #Aw9jWNb0OOvj707iqG by [email protected] | |
0 likes, 0 repeats | |
is there any sort of tool that'll look at some executables debug info, and … | |
Post #Aw9jaZo6vttu8wFrMm by [email protected] | |
0 likes, 0 repeats | |
like if I compile foo.exe out of bar.cpp and baz.cpp, something that can tell m… | |
Post #Aw9jlDTiI9kG4nmtCi by [email protected] | |
0 likes, 0 repeats | |
I can do a sort of first-order approximation of it by looking at relative .o fi… | |
Post #Aw9kGJzc7YqXG3XabI by [email protected] | |
0 likes, 0 repeats | |
@foone you can parse the .map file with varying levels of success. eg https://g… | |
Post #Aw9kv6Ew9tCGTe9WSW by [email protected] | |
0 likes, 0 repeats | |
@foone maybe this? https://github.com/google/bloaty | |
Post #Aw9kv6LJmAIinR8cPA by [email protected] | |
0 likes, 0 repeats | |
@pierogiburo ooh, it even supports WASM, that may be exactly what I need | |
Post #Aw9tz96IMclI5x7ASu by [email protected] | |
0 likes, 0 repeats | |
@foone seems like the kind of thing that is built out of some monster objdump +… | |
Post #Aw9uZMSEBzFHw5dsps by [email protected] | |
0 likes, 0 repeats | |
@foone see what nm can tell you for each .o and match from the exe? | |
Post #Aw9ucKhr9D4nNqMxk0 by [email protected] | |
0 likes, 0 repeats | |
@foone ghidra functionid from the object files, compared with the final executa… | |
Post #AwAAGxw8CyntwwsbQm by [email protected] | |
0 likes, 0 repeats | |
@foone you might like to look into the tools used for matching decompilation | |
Post #AwAMPcYCI0BXg7ZuLo by [email protected] | |
0 likes, 0 repeats | |
@foone I suppose you could write a quick and dirty tool to parse the map file ? |