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

Added option to only save serialized loader delegate to output file. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mgeeky
Copy link

@mgeeky mgeeky commented Jan 18, 2021

Hi James!

I've recently was in need to merely save a serialized loader delegate to the output file in form of a Base64 encoded blob. Thought this could be a handy option offered by DotNetToJScript for users wanting to generate custom script templates out of serialized delegates.

Hope you'll like it.

Cheers,
Mariusz.

@tyranid
Copy link
Owner

tyranid commented Jan 21, 2021

I appreciate the patch. Is there are advantage to add this to DotNetToJScript versus just using https://github.com/pwntester/ysoserial.net ?

@mgeeky
Copy link
Author

mgeeky commented Jan 22, 2021

No advantage at all! Simply a repeated functionality stuffed in a tool that uses just that very gadget. Avoids confusion of having way too many gadgets offered by a giant factory as YSoserial.net clearly is :)

I needed that blob right here, right now and I guess I've obtained it quicker than if I were to pull & compile & generate it from the latter.

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