turned on verbose logging for linking and checked to see if anything suspicious is going on

本文提供了一种方法,通过开启详细日志记录功能来追踪链接过程,并利用Visual Studio命令提示符导出库文件内容,以检查是否存在可疑操作。包括设置详细输出选项,使用命令行命令进行库文件内容的导出,以及分析导出内容以确保程序的稳定性和安全性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 turned on verbose logging for linking and checked to see if anything suspicious is going on

Projects Properties > Linker > General

Show Progress = Display all progress messages (/VERBOSE)
(这个选项可以在build 的过程显示很多信息,比如link 到那个symble etc)

2. You could dump the library and see if there's something wrong there. From a Visual Studio command prompt:

C:\Program Files\Lua\5.2\lib>link /dump /linkermember:1 lua5.2.lib > lua_exps.txt


Where the outputs being piped it into a text file for easier readability; if the lib file is ok you will see _luaL_newstate, _luaL_openlibs, etc there.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值