[LLVMdev] getting memory data from a value object (original) (raw)
marwayusuf@feng.bu.edu.eg marwayusuf at feng.BU.edu.eg
Tue Jul 28 05:34:48 PDT 2015
- Previous message: [LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
- Next message: [LLVMdev] AliasSetTracker and UnknownInst's (callsites mostly) problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear All,
Heare is another (maybe basic) question.
If, at runtime of the analyzed application, I have a reference to a value object. Is there is a way to extract real data stored in memory related to that object?
Like:
int x = 5;
I have the reference representing x, how can I get "5" from memory?
Regards, Marwa Yusuf Teaching Assistant - Computer Engineering Department Faculty of Engineering - Benha University E-JUST PhD Student Computer Science & Engineering Dept. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150728/8fad117a/attachment.html>
- Previous message: [LLVMdev] Purpose of LLVM_ENABLE_LIBCXX and LLVM_ENABLE_LIBCXXABI
- Next message: [LLVMdev] AliasSetTracker and UnknownInst's (callsites mostly) problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]