Skip to content

Commit 9060ab2

Browse files
committed
DBG: added some comments in the loop functions
1 parent 8edc750 commit 9060ab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x64_dbg_dbg/addrinfo.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@ bool loopadd(uint start, uint end, bool manual)
10191019
return true;
10201020
}
10211021

1022+
//get the start/end of a loop at a certain depth and addr
10221023
bool loopget(int depth, uint addr, uint* start, uint* end)
10231024
{
10241025
if(!DbgIsDebugging())
@@ -1070,6 +1071,7 @@ bool loopoverlaps(int depth, uint start, uint end, int* finaldepth)
10701071
return false;
10711072
}
10721073

1074+
//this should delete a loop and all sub-loops that matches a certain addr
10731075
bool loopdel(int depth, uint addr)
10741076
{
10751077
return false;

0 commit comments

Comments
 (0)