Post B6G0gwWIyVa7OTtmQS by bonkmaykr@canithesis.org
(DIR) More posts by bonkmaykr@canithesis.org
(DIR) Post #B6G0gVwxlHrWzLABjE by bonkmaykr@canithesis.org
1 likes, 1 repeats
okay. i want to send an ICBM to redmond
(DIR) Post #B6G0gwWIyVa7OTtmQS by bonkmaykr@canithesis.org
1 likes, 1 repeats
@bonkmaykr@canithesis.org pointless complexity aside, the real problems are that this only works with debugging binaries and only if their symbols are in Visual Studio format, and Windows doesn't even remember where the loaded DLLs are from. allegedly. MSDN didn't exactly give me a single concise page or two explaining this. anyway, it can't print nameless addresses like glibc.the entire point of getting a backtrace at runtime and not from your debugger directly, is to get information about a crash in a customer's stripped binary. this code is entirely useless for that purpose. i am sure there is another way to use CaptureStackBacktrace to get output similar to GNU's backtrace_symbols but it isn't documented anywhere I could find.