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

Remove dependency on CGO #32

Open
archisgore opened this issue Nov 11, 2018 · 1 comment
Open

Remove dependency on CGO #32

archisgore opened this issue Nov 11, 2018 · 1 comment

Comments

@archisgore
Copy link

CGO is currently required for the disasm package. We already have a golang built-in disasm.

My plan for this migration is to first:

  1. Find/port a binary regex library (probably modify https://github.com/dlclark/regexp2)
  2. Port over EnVisen's ROP gadget finder (https://github.com/polyverse/EnVisen/blob/master/internaljs/instruction_gadget_worker.js)
  3. Use Golang's built-in disassembly package.
@archisgore
Copy link
Author

Built a byte-searching Regular expression library: https://github.com/polyverse/binexp

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

No branches or pull requests

1 participant