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

Memory violation: (Perm.R: 0x10000008 unmapped) during exploration #31

Open
ochekanin opened this issue May 24, 2024 · 0 comments
Open

Comments

@ochekanin
Copy link

ochekanin commented May 24, 2024

Hello,

I'm trying to use tritondse with my binary and corpus of seed files for exploration purpose.

Unfortunately I got an error 'Memory violation: (Perm.R: 0x10000008 unmapped)' each time. I printed instruction in trouble and it's always the same (268435464 if it makes sense).

Below is how I run tritondse. I put corpus in worklist as mentioned in guide but it expects them to have .cov at the end.
Am I right that storing seed files in worklist/ dir is correct way to pass data via stdin?

Could you please help me to identify the issue.

from tritondse import Config, Seed, Program, ProcessState, CompositeData, \
     SymbolicExplorator, BranchSolvingStrategy, SeedFormat, Loader

config = Config(
    pipe_stdout=True,
    pipe_stderr=True,
    # memory_segmentation=False,
    workspace="..."
)

bin = Program("my-app")

dse = SymbolicExplorator(config, bin)
dse.explore()
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