symbol-tables
How best to override/wrap core functions like sysread when they are called in another package
I开发者_高级运维\'m working on a fairly complex application written in Perl. I\'m fairly experienced with the language, but I\'m just stumped on this.[详细]
2023-03-06 23:28 分类:问答SymtabAPI doesn't implicity change binary
I\'m using the DyninstAPI (namely, the SymtabAPI component) to rewrite the symbol tables in binaries.I\'m using the following methods to do so:[详细]
2023-03-06 06:59 分类:问答Is it true that binaries generated by visual studio don't have any symbols?
All output the same: SYMBOL TABLE: no symbols This is what I find after several experiment with objdump,is this true?[详细]
2023-03-03 18:36 分类:问答Perl: How to iterate through symbol table to find all loaded subclasses of Foo::Bar?
I have a module which is defining exceptions for the package of which it is a part.The exceptions are being declared with Exception::Class::Nested.[详细]
2023-02-15 00:01 分类:问答How to build symbol tables for different lexical levels?
I\'m in the middle of building a compiler for a C-like language. I\'m somewhat done with the lexer and parser. Right now, I\'m trying to do semantic analysis and am trying to build symbol tables.[详细]
2023-02-08 00:58 分类:问答Why does this Perl produce "Not a CODE reference?"
I need to remove a method from the Perl symbol table at runtime.I attempted to do this using undef &Square::area, which does delete the function but leaves some traces behind. Specifically, when $[详细]
2023-02-03 18:21 分类:问答Accessing active symbol table in Common Lisp
I have heard that the active symbol table is accessible within the Common Li开发者_JAVA技巧sp runtime. Have I misunderstood?\'Symbol tables\' are called \'packages\' in Common Lisp. See for example: I[详细]
2023-01-16 23:44 分类:问答How to create a symbol table? [closed]
It's difficult to tell what is being asked here. This question is am开发者_运维问答biguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2022-12-11 19:04 分类:问答No symbol table in Go?
Google\'s new language \"Go\" says on its website: the language has been designed to be easy to analyze and can be parsed without a symbol table[详细]
2022-12-11 12:24 分类:问答What are the steps I need to do to complete this programming assignment?
I\'m having a hard time understanding what I\'m supposed to do.The only thing I\'ve figured out is I need to use yacc on the cminus.y file.I\'m totally confused about everything after that.Can someone[详细]
2022-12-11 07:37 分类:问答