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 allocation base feature #14

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

Conversation

robert-yates
Copy link

What: Added a feature to force allocation of shell code at certain addresses
why: its nice to keep the analysis and debugger in a single tool, like IDA, by loading the blobrunner into IDA you can launch the IDA debugger with a process parameter such as --base 0x50000000 and now navigate to this address and press alt+s and change the segment from debugger to loader now when you stop the IDA debugger you have your shell code in your database and you are free to navigate/analyse it and set breakpoints and launch a debugging session on demand.

what: cmake file
why: if you dev with vscode it makes it very simple(f7 key) to quickly build on demand

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.

1 participant