locked
Finding base address for SharedLibrary! module RRS feed

  • Question

  • I'm trying to debug a .net-native stack trace using windbg.

    I've been doing this fine when the crash is within my app's module however:

    ArgumentOutOfRangeException: Arg_ArgumentOutOfRangeException

    at SharedLibrary!<BaseAddress>+0x2ac1b5at SharedLibrary!<BaseAddress>+0x80c567 --- End of stack trace from previous location where exception was thrown --

    at SharedLibrary!<BaseAddress>+0x329115at SharedLibrary!<BaseAddress>+0x329317

    at SharedLibrary!<BaseAddress>+0x3292c5at SharedLibrary!<BaseAddress>+0x32927d

    at SharedLibrary!<BaseAddress>+0x32ba1bat SharedLibrary!<BaseAddress>+0x8d2075 --- End of stack trace from previous location where exception was thrown --

    at SharedLibrary!<BaseAddress>+0x329115

    at SharedLibrary!<BaseAddress>+0x329207

    at SharedLibrary!<BaseAddress>+0x34d603

    How do I locate the base address for this in my dll?

    lm m SharedLibrary returns nothing


    Tuesday, December 8, 2015 12:18 PM