Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要做的是调试:用RealBasic语言定义的具有以下签名的中断和反汇编函数:foo(bs as BinaryStream) as String. 问题是似乎没有定义符号。GDB 在调用info functions. 你知道我怎样才能通过地址或其他方式访问它吗?平台是Linux i386。
foo(bs as BinaryStream) as String
info functions