Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Radare.Org
- China, Shanghai
- Sign in to view email
- http://www.xvilka.me/
Pinned
1,590 contributions in the last year
Activity overview
Contribution activity
May 2020
Created an issue in radareorg/radare2 that received 7 comments
Support writing Python byte data
If you dump some data in Python it looks something like that:
b'\x00\xf0U\x10[.\xabB'
where \x00 is 0x00, \xf0 is 0xf0, \x10 is 0x10, \xab is 0xab.
…
7
comments