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 more byte array output formats (Python, Kotlin, Java) #39

Merged
merged 5 commits into from
Nov 1, 2020
Merged

Add more byte array output formats (Python, Kotlin, Java) #39

merged 5 commits into from
Nov 1, 2020

Conversation

jmg-duarte
Copy link
Contributor

@jmg-duarte jmg-duarte commented Oct 30, 2020

This is useful when dealing with shellcode for example or other loading of a binary to a Python byte array which may serve as a payload

@sitkevij sitkevij changed the base branch from master to develop October 31, 2020 16:45
0x69, 0x6c, 0x0a
]
```

## manual

```txt
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmg-duarte thank you for you contribution. could you also update the manual section Set source code format output to include the Python array output?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will take care of that, also if you're interested I can add more languages, such as Kotlin and Java

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, was just looking at adding Kotlin recently. feel free to add support for Kotlin and Java.

@jmg-duarte
Copy link
Contributor Author

Just added support for Kotlin and Java, I also updated the PR name

@jmg-duarte jmg-duarte changed the title Add Python byte array output format Add more byte array output formats (Python, Kotlin, Java) Oct 31, 2020
@sitkevij sitkevij merged commit f031a48 into sitkevij:develop Nov 1, 2020
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