Сейчас на форуме: rmn (+1 невидимый пользователь) |
eXeL@B —› WorldWide —› FlexLMseach v0.01,0.02 |
Посл.ответ | Сообщение |
|
Создано: 18 января 2008 06:34 · Личное сообщение · #1 www.exetools.com/forum/showthread.php?t=11383 FlexLMseach v0.01: Search for FLEXlm/FLEXnet signatures in files *.exe, *.dll and *.pyd in current folder or "base_dir" folder and all subfolders. Usage: FlexLMsearch [base_dir]. with this simple commandline tool you can find all FLEXlm\FLEXnet protected files in your folder (with subfolders) with information about FLEXlm\FLEXnet version used. you can use "C:\Program Files" as base_dir but you have to have a time ( 4 minutes for me) in this case. sometimes it is more useful than lmtools.exe. FlexLMseach v0.02: it will be better with possibility of a file extension choice. in v 0.02: Search for FLEXlm/FLEXnet signatures in files *.exe, *.dll and in files with up to 2 other extensions in current folder or in "base_dir" folder and in all subfolders. Usage: FlexLMsearch [-h] [-d xxx] [-e1 yyy [-e2 zzz]] Options: -h this message output. -d xxx, xxx - a full path to search base folder. -e1 yyy, yyy - a 3rd file type extension. -e2 zzz, zzz - a 4th file type extension. Example: FlexLMsearch -h -d "C:\Program Files" -e1 .pyd a254_17.01.2008_CRACKLAB.rU.tgz - FlexLMsearch.zip |
|
Создано: 18 января 2008 13:13 · Личное сообщение · #2 |
|
Создано: 18 января 2008 13:33 · Личное сообщение · #3 |
|
Создано: 19 января 2008 12:59 · Поправил: ufo_maniac · Личное сообщение · #4 i think the main task of the tool is to find all FlexLM protected files in furcated tree of folders of target program. the tool solves this problem in seconds. lmutil do it file by file with your hands. the tool will be useful for me. in rare cases. it's a pity, there isn't option for any extension. BfoX : sure and don't understand why need repost it from exetools or woodmann BB more so that there is reference in our topic "again exetools". |
|
Создано: 19 января 2008 14:54 · Личное сообщение · #5 ufo_maniac ?????: think the main task of the tool is to find all FlexLM protected files in furcated tree of folders of target program. the tool solves this problem in seconds. lmutil do it file by file with your hands. the tool will be useful for me. in rare cases. for %%i in * do call lmutil lmver %%i will do the same thing. still doubt this tool's usefullness |
|
Создано: 20 января 2008 03:14 · Поправил: ufo_maniac · Личное сообщение · #6 ssx : for %%i in (*) do call lmutil lmver %%i I did not use cmd "for" statement earlier. thank you for help. yes, cmd and lmutil are power tools but imho they are not enough simple and flexible. how can we force them to output information concerning flexlm protected files only? ripples in eyes. how can we force them to output information of interest to file? if you'll give me an answer i'll be very thankful. and i don't want to argue with you. you are cool reverser and experienced programmer. i concern with this area from event to mate. each shoemaker has an own tools. as in Russian? "someone likes the pineapple, but someone likes a pig gristle" |
eXeL@B —› WorldWide —› FlexLMseach v0.01,0.02 |