-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Windows port #9
Comments
output from AppVeyor. |
Ya, we should do something about windows cause r2pipe is the only blocker. Both radeco and radeco-lib work just fine. I'll take a look this weekend if I have sometime, shouldn't be too hard. |
Its just using windows named pipe instead of yhe unix ones. You can check the python, c#, node bindings..
|
* Code refactor * Debugger implementation r.debugger.start() r.debugger.at("main").setBreakpoint() r.debugger.cont() r.debugger.CPU.rip * Backtrace * Add continue until {call,unknownCall,ret} d = r.debugger d.start() Continue until ret d.untilRet().cont() * Add easy way to write to registers d.CPU.rax = 0x100 * Files and IOmaps * Create a Function class * Create a file class, and list files in R2Api * Create a IOMap class, and list maps in file * Reviewed code
Requires using named pipes and such
The text was updated successfully, but these errors were encountered: