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

Add decoding to section mangler #3

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

CohenArthur
Copy link
Member

No description provided.

@CohenArthur CohenArthur force-pushed the add-decoding-to-section-mangler branch from bd3516e to 5ffee18 Compare March 20, 2024 16:15
@CohenArthur CohenArthur force-pushed the add-decoding-to-section-mangler branch from c66b9eb to f49c17f Compare March 28, 2024 10:39
@CohenArthur CohenArthur force-pushed the add-decoding-to-section-mangler branch 2 times, most recently from 34134b5 to 20cb917 Compare April 11, 2024 16:23
@CohenArthur CohenArthur marked this pull request as ready for review April 11, 2024 16:23
@CohenArthur CohenArthur force-pushed the add-decoding-to-section-mangler branch from 20cb917 to aeef226 Compare April 12, 2024 08:23
@CohenArthur CohenArthur force-pushed the add-decoding-to-section-mangler branch from aeef226 to cdfe947 Compare April 18, 2024 11:28
riederm and others added 12 commits June 12, 2024 14:26
* refactor(AST): introduce AstVisitor trait

The AST-Visitor trait allows generic visiting of AST-nodes. A default
Walking behavior is implemented for each AstStatement but it can be
altered by any implementor. When overriding a visit_XXX method, the
implementation can decide to continue with the default walking behavior
(by calling the walk function on the passed AstStatement-Struct, to skip it,
or to continue with an alternative walking bahavior.

removed unused AST element CastStatement
…ions

Move variables to ELF sections with mangled names
@CohenArthur CohenArthur force-pushed the add-decoding-to-section-mangler branch from cdfe947 to f7f7ab2 Compare June 13, 2024 09:50
@CohenArthur CohenArthur force-pushed the add-decoding-to-section-mangler branch from f7f7ab2 to 10d7826 Compare June 13, 2024 11:57
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

Successfully merging this pull request may close these issues.

3 participants