Skip to content

Conversation

CR3Swapper
Copy link
Contributor

@CR3Swapper CR3Swapper commented Feb 2, 2024

rdata/data sections clean. Now they should only contain information that my code actually uses. All the import/export/exception/debug data/etc will be in their sections. Want to keep my rdata/data sections clean as a whistle so that when i turn them into data symbols in our obfuscation engine it wont contain all these bytes for imports/exports ETC. just need the code, the data the code uses, and we make our own abstractions of imports.

rdata/data sections clean. Now they should only contain information that
my code actually uses.
@CR3Swapper
Copy link
Contributor Author

this issue is associated with this pr.

#79

@CR3Swapper CR3Swapper changed the title added the commandline flag to not merge sections. This will keep added the commandline flag to not merge sections. Feb 2, 2024
@gmh5225
Copy link
Collaborator

gmh5225 commented Feb 2, 2024

You shoule disable your local clang-format. Otherwise it will affect other unrelated code.
Put your code into the following website, then format it and copy it out.
https://godbolt.org

@CR3Swapper
Copy link
Contributor Author

You shoule disable your local clang-format. Otherwise it will affect other unrelated code. Put your code into the following website, then format it and copy it out. https://godbolt.org

ok will do.

format fix...
@CR3Swapper
Copy link
Contributor Author

i fixed the formating mr gmh :)

@gmh5225
Copy link
Collaborator

gmh5225 commented Feb 2, 2024

Counter-Terrorists win

@gmh5225 gmh5225 merged commit 46891e9 into dev Feb 2, 2024
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.

2 participants