<small id='vQUNS'></small><noframes id='vQUNS'>

      <bdo id='vQUNS'></bdo><ul id='vQUNS'></ul>
    <legend id='vQUNS'><style id='vQUNS'><dir id='vQUNS'><q id='vQUNS'></q></dir></style></legend><tfoot id='vQUNS'></tfoot>

    1. <i id='vQUNS'><tr id='vQUNS'><dt id='vQUNS'><q id='vQUNS'><span id='vQUNS'><b id='vQUNS'><form id='vQUNS'><ins id='vQUNS'></ins><ul id='vQUNS'></ul><sub id='vQUNS'></sub></form><legend id='vQUNS'></legend><bdo id='vQUNS'><pre id='vQUNS'><center id='vQUNS'></center></pre></bdo></b><th id='vQUNS'></th></span></q></dt></tr></i><div id='vQUNS'><tfoot id='vQUNS'></tfoot><dl id='vQUNS'><fieldset id='vQUNS'></fieldset></dl></div>
    2. 有没有办法找到一个dll公开的所有函数

      时间:2023-07-31
        • <bdo id='HcuNa'></bdo><ul id='HcuNa'></ul>

          1. <legend id='HcuNa'><style id='HcuNa'><dir id='HcuNa'><q id='HcuNa'></q></dir></style></legend>
          2. <small id='HcuNa'></small><noframes id='HcuNa'>

              <tbody id='HcuNa'></tbody>
            <i id='HcuNa'><tr id='HcuNa'><dt id='HcuNa'><q id='HcuNa'><span id='HcuNa'><b id='HcuNa'><form id='HcuNa'><ins id='HcuNa'></ins><ul id='HcuNa'></ul><sub id='HcuNa'></sub></form><legend id='HcuNa'></legend><bdo id='HcuNa'><pre id='HcuNa'><center id='HcuNa'></center></pre></bdo></b><th id='HcuNa'></th></span></q></dt></tr></i><div id='HcuNa'><tfoot id='HcuNa'></tfoot><dl id='HcuNa'><fieldset id='HcuNa'></fieldset></dl></div>
            <tfoot id='HcuNa'></tfoot>

                本文介绍了有没有办法找到一个dll公开的所有函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我一直在寻找一种方法来获取映射到 dll 中函数名称的所有字符串.

                I've been searching for a way to get all the strings that map to function names in a dll.

                我的意思是您可以调用 GetProcAddress 的所有字符串.如果你对 dll 进行十六进制转储,符号(字符串)就在那里,但我认为必须有一个系统调用来获取这些名称.

                I mean by this all the strings for which you can call GetProcAddress. If you do a hex dump of a dll the symbols (strings) are there but I figure there must me a system call to acquire those names.

                推荐答案

                这需要一些工作,但您可以使用 DbgHelp 来自 Microsoft 的库.

                It takes a bit of work, but you can do this programmaticly using the DbgHelp library from Microsoft.

                Microsoft .Net 和 Microsoft Windows 的调试应用程序,作者:John Robbins 是一本优秀的(如果有点旧)书,其中包含使用详细信息和完整源代码.而且,你可以在亚马逊上以便宜的价格买到它!

                Debugging Applications for Microsoft .Net and Microsoft Windows, by John Robbins is an excellent (if a little older) book which contains use details and full source. And, you can pick it up on Amazon for the cheap!

                这篇关于有没有办法找到一个dll公开的所有函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:为什么两个函数的地址相同? 下一篇:在 Win32 程序中用 main() 函数替换 WinMain()

                相关文章

                最新文章

                  <tfoot id='JjP9S'></tfoot>
                    <bdo id='JjP9S'></bdo><ul id='JjP9S'></ul>

                1. <legend id='JjP9S'><style id='JjP9S'><dir id='JjP9S'><q id='JjP9S'></q></dir></style></legend>

                    <small id='JjP9S'></small><noframes id='JjP9S'>

                  1. <i id='JjP9S'><tr id='JjP9S'><dt id='JjP9S'><q id='JjP9S'><span id='JjP9S'><b id='JjP9S'><form id='JjP9S'><ins id='JjP9S'></ins><ul id='JjP9S'></ul><sub id='JjP9S'></sub></form><legend id='JjP9S'></legend><bdo id='JjP9S'><pre id='JjP9S'><center id='JjP9S'></center></pre></bdo></b><th id='JjP9S'></th></span></q></dt></tr></i><div id='JjP9S'><tfoot id='JjP9S'></tfoot><dl id='JjP9S'><fieldset id='JjP9S'></fieldset></dl></div>