Skip to content

Commit

Permalink
Loops and functions detections improvements
Browse files Browse the repository at this point in the history
Bugs solved, loops added, functions detection improved
  • Loading branch information
ThunderCls committed Nov 29, 2016
1 parent f76f511 commit 08564d9
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 139 deletions.
55 changes: 25 additions & 30 deletions apis_def/kernel32.api
Original file line number Diff line number Diff line change
Expand Up @@ -7741,44 +7741,39 @@ ParamCount=1
ParamCount=5
@=GetStringScripts
[GetStringTypeA]
1=LCID Locale
2=DWORD dwInfoType
3=LPCSTR lpSrcStr
4=int cchSrc
5=LPWORD lpCharType
ParamCount=5
1=DWORD dwInfoType
2=LPCSTR lpSrcStr
3=int cchSrc
4=LPWORD lpCharType
ParamCount=4
@=GetStringTypeA
[GetStringTypeEx]
1=LCID Locale
2=DWORD dwInfoType
3=LPCTSTR lpSrcStr
4=int cchSrc
5=LPWORD lpCharType
ParamCount=5
1=DWORD dwInfoType
2=LPCTSTR lpSrcStr
3=int cchSrc
4=LPWORD lpCharType
ParamCount=4
@=GetStringTypeEx
[GetStringTypeExA]
1=LCID Locale
2=DWORD dwInfoType
3=LPCTSTR lpSrcStr
4=int cchSrc
5=LPWORD lpCharType
ParamCount=5
1=DWORD dwInfoType
2=LPCTSTR lpSrcStr
3=int cchSrc
4=LPWORD lpCharType
ParamCount=4
@=GetStringTypeExA
[GetStringTypeExW]
1=LCID Locale
2=DWORD dwInfoType
3=LPCTSTR lpSrcStr
4=int cchSrc
5=LPWORD lpCharType
ParamCount=5
1=DWORD dwInfoType
2=LPCTSTR lpSrcStr
3=int cchSrc
4=LPWORD lpCharType
ParamCount=4
@=GetStringTypeExW
[GetStringTypeW]
1=DWORD Locale
2=LPCWSTR dwInfoType
3=int lpSrcStr
4=LPWORD cchSrc
5=LPWORD lpCharType
ParamCount=5
1=LPCWSTR dwInfoType
2=int lpSrcStr
3=LPWORD cchSrc
4=LPWORD lpCharType
ParamCount=4
@=GetStringTypeW
[GetSystemDefaultLCID]
ParamCount=0
Expand Down
Loading

0 comments on commit 08564d9

Please sign in to comment.