decomp.me icon indicating copy to clipboard operation
decomp.me copied to clipboard

Collaborative decompilation and reverse engineering website

Results 148 decomp.me issues
Sort by recently updated
recently updated
newest added

Plus Discord webhook

frontend
backend

is_you only exists to identify whether an anonymous user is you or not - instead the frontend can check this by having the backend provide the AnonymousProfile.id in the response

backend

Binary space partitioning by dragging tabs to create new panes, like in VSCode

frontend

@ethteck and I agree that a tab is a weird place to put it, we should ideally show the scratch owner etc. in its own box with a close button

frontend

Easiest done JS-side. I guess we'll want to diff against the asm of the code that's been saved?

backend
high priority

(from my comment in #247) ### Course (has a 1-many relationship with CourseStep) slug - the slug of the course name - the name of the course description - the...

backend

This allows users to drag the box bigger so they can view as much text as desired.

frontend

From @Trevor89 on 2021-11-07: > Is it possible to output the pre-processed C (using -E) to the output window if said flag is enabled (might need to use a checkbox...

frontend
backend