| 577 | void sub_6177E0(std::int32_t depth, DWORD ebp, FILE *log, const char *) { |
| 578 | char buffer[0x200]; |
| 579 | struct bp_frame { |
| 580 | bp_frame *prev; |
| 581 | DWORD caller; |
| 582 | }; |
| 583 | bp_frame *frame = reinterpret_cast<bp_frame *>(ebp); |
| 584 | |
| 585 | for (; depth > 0; --depth) { |
nothing calls this directly
no outgoing calls
no test coverage detected