DeadCodeProductions / dead

Other
50 stars 5 forks source link

Add detection of conditional jumps as markers #76

Closed ThomasMayerl closed 1 year ago

ThomasMayerl commented 1 year ago

This PR includes support for detecting conditional jumps as markers. Thus, if the compiler creates a conditional jump to the marker, DEAD will now be able to detect the marker, too.

thetheodor commented 1 year ago

Hey @ThomasMayerl, thanks for the patch. As this code base is essentially dead (no pun intended), could you instead open a PR here: https://github.com/DeadCodeProductions/program-markers/blob/main/python_src/program_markers/markers.py#L295 ?

Also could you add a comment explaining what the new regex does? Thanks!