How to read #US and #Strings from ModuleDefinition #917
Unanswered
Gargafield
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to extract some strings from an assembly, but have hit a roadblock.
I want to get the strings from a module, but there seems no way of doing it with Cecil. I've looked around an stumbled upon
Image
from thePE
namespace. Sadly the class isn't public and inModuleDefinition
it's declared internal.Is there another way to extract the strings?
Beta Was this translation helpful? Give feedback.
All reactions