L_Chae 2023. 3. 23. 18:15

 

DLL 오류 해결 : https://2vaupc.tistory.com/1555878

 

우클릭 - search for -

 

All intermodular calls : 함수명

All referenced text strings : 주석? -> 설명 추가해두기

 

https://learn.microsoft.com/ko-kr/dotnet/api/microsoft.visualbasic.strings.strcomp?view=net-7.0 

 

Strings.StrComp(String, String, CompareMethod) 메서드 (Microsoft.VisualBasic)

문자열 비교의 결과에 따라 -1, 0 또는 1을 반환합니다.

learn.microsoft.com

해당 페이지에서 비주얼베이직 스트링 비교함수명은 StrCmp임을 확인할 수 있었다.

근데 답으로 StrCmp를 입력할 경우 Incorrect 메시지가 출력되는데

 

HxD Editor에서 cmp를 검색해보면 vbaStrCmp라는 이름으로 확인 가능하다

이뮤니티 디버거 화면