You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier this year I had made a tool called JackTheEnumRipper which can extract Enums from .NET binaries.
Next step should be to add tooling into SoG_SGreader to replace the Enums automatically, so newly added items add little to no overhead.
I could imagine it being just a PowerShell script (not a hard requirement) that does some data transformation from the extracted Enums from JackTheEnumRipper and the expected data format for SoG_SGreader.
Acceptance Criteria:
I can run a script and it updates all the Enums to the latest version which are ready to push. The script has to write to the terminal if and which Enums were updated.
The text was updated successfully, but these errors were encountered:
Earlier this year I had made a tool called JackTheEnumRipper which can extract Enums from .NET binaries.
Next step should be to add tooling into SoG_SGreader to replace the Enums automatically, so newly added items add little to no overhead.
I could imagine it being just a PowerShell script (not a hard requirement) that does some data transformation from the extracted Enums from JackTheEnumRipper and the expected data format for SoG_SGreader.
Acceptance Criteria:
I can run a script and it updates all the Enums to the latest version which are ready to push. The script has to write to the terminal if and which Enums were updated.
The text was updated successfully, but these errors were encountered: