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

Pid 8 got signal 11, not delivering on numerous opcodes #25

Closed
VoR0220 opened this issue Oct 24, 2019 · 2 comments
Closed

Pid 8 got signal 11, not delivering on numerous opcodes #25

VoR0220 opened this issue Oct 24, 2019 · 2 comments

Comments

@VoR0220
Copy link

VoR0220 commented Oct 24, 2019

I've been using this for an implementation of a vm I've been working on to debug and get proper test results but I'm starting to come into problems particularly with the string operations movs and cmps as well as anything that loops or uses subroutines. Is there a particular way I should be using this to unlock these capabilities or am I screwed?

@VoR0220
Copy link
Author

VoR0220 commented Oct 24, 2019

Update: I figured this out. Turns out I'm not writing to valid memory. Need to use .showmap to show what valid memory can be written to which seems to only be a space of about 0x21000 on the stack. Probably isn't going to happen but being able to maybe push the bounds of where memory can be written would be a nice feature to add. Closing.

@VoR0220 VoR0220 closed this as completed Oct 24, 2019
@yrp604
Copy link
Owner

yrp604 commented Oct 24, 2019

Yeah, the ability to add arbitrary sections/sizes to the initially generated elf based on some command line flags has been on todo list for a while... it’s a good suggestion, I just need to find time to do it.

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

2 participants