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

Lack of Reverse400 write up #2

Open
Daeh0f opened this issue Nov 15, 2016 · 2 comments
Open

Lack of Reverse400 write up #2

Daeh0f opened this issue Nov 15, 2016 · 2 comments
Assignees

Comments

@Daeh0f
Copy link

Daeh0f commented Nov 15, 2016

Hi guys.
You have very interesting task in your repo - Topos. But when I tried to solve it main issue was finding appropriate disasm tool. So, disasm technique for spectrum binaries is the most interesting part.
Could you make a write up for this part of the task?

@n0str
Copy link
Member

n0str commented Nov 15, 2016

Hi, @Daeh0f.
We truly appreciate your feedback. As soon as we connect our reverser, we will write you.

@m0rl
Copy link
Collaborator

m0rl commented Nov 30, 2016

You can use skoolkit to convert tap image into snapshot (not sure about the exact syntax)

tap2sna.py image.tap snapshot.z80

and disassemble resulted snapshot

sna2skool.py snapshot.z80 > image.skool

image.skool now (apart from lots of NOPs) contains disassembly listing.

@m0rl m0rl assigned Daeh0f and unassigned m0rl Nov 30, 2016
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

3 participants