Help for this page

Select Code to Download


  1. or download this
    myApp\myApp.c
    myApp\myApp.exe
    ...
    myApp\Ext\Dep.c
    myApp\Ext\Dep.dll
    
  2. or download this
    depends64 -c -ot:MyApp.depends -pb myapp.exe ext\ExtDLL.dll
    [... snip lots ...]
    ...
    LoadLibraryExA("ext\ExtDLL.dll", 0x0000000000000000, 0x00000000) retur
    +ned 0x0000000000160000.
    GetProcAddress(0x0000000000160000 [c:\test\myapp\ext\EXTDLL.DLL], "boo
    +t") called from "c:\test\myapp\MYAPP.EXE" at address 0x00000001400010
    +92 and returned 0x0000000000161000.
    Exited "c:\test\myapp\MYAPP.EXE" (process 0x1194) with code 0 (0x0).