Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid section RVA #26

Closed
barnacleboy opened this issue Jan 14, 2015 · 2 comments
Closed

Invalid section RVA #26

barnacleboy opened this issue Jan 14, 2015 · 2 comments

Comments

@barnacleboy
Copy link

Hi!

I'm trying to confuse a mixed-mode assembly with ConfuserEx. When the output assembly gets written I'm getting the error "Invalid section RVA" - also when disabling all protections, so I guess ConfuserEx may not be the source of the problem. What does this error message mean? The assembly is a .NET 3.5 standard C++/CLI mixed mode assembly that is signed with an Authenticode certificate. Are there any known issues or any known conditions when this error is raised?

Thank you in advance!
P

@0xd4d
Copy link
Collaborator

0xd4d commented Jan 14, 2015

The error is from: https://github.com/0xd4d/dnlib/blob/master/src/DotNet/Writer/NativeModuleWriter.cs#L344

It means that some sections RVA has now changed. Maybe @yck1509 (ConfuserEx author) knows more.

@barnacleboy
Copy link
Author

Yep, I've found the line of code. Will repost it in the ConfuserEx issue section. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant