ljkk9865 ljkk9865
SKY外语、计算机学院(歪歪4350)英、俄、日、韩、粤、国学,编程、平面设计等免费教学与交流
关注数: 21 粉丝数: 30 发帖数: 569 关注贴吧数: 22
OD常用断点 OD现在已经是汇编级最常用的动态调试器,这里介绍一些常用的断点。 拦截窗口: bp CreateWindow 创建窗口 bp CreateWindowEx(A) 创建窗口 bp ShowWindow 显示窗口 bp UpdateWindow 更新窗口 bp GetWindowText(A) 获取窗口文本 拦截消息框: bp MessageBox(A) 创建消息框 bp MessageBoxExA 创建消息框 bp MessageBoxIndirect(A) 创建定制消息框 bp IsDialogMessageW 拦截警告声: bp MessageBeep 发出系统警告声(如果没有声卡就直接驱动系统喇叭发声) 拦截对话框: bp DialogBox 创建模态对话框 bp DialogBoxParam(A) 创建模态对话框 bp DialogBoxIndirect 创建模态对话框 bp DialogBoxIndirectParam(A) 创建模态对话框 bp CreateDialog 创建非模态对话框 bp CreateDialogParam(A) 创建非模态对话框 bp CreateDialogIndirect 创建非模态对话框 bp CreateDialogIndirectParam(A) 创建非模态对话框 bp GetDlgItemText(A) 获取对话框文本 bp GetDlgItemInt 获取对话框整数值 拦截剪贴板: bp GetClipboardData 获取剪贴板数据 拦截注册表: bp RegOpenKey(A) 打开子健 bp RegOpenKeyEx 打开子健 bp RegQueryValue(A) 查找子健 bp RegQueryValueEx 查找子健 bp RegSetValue(A) 设置子健 bp RegSetValueEx(A) 设置子健 功能限制拦截断点: bp EnableMenuItem 禁止或允许菜单项 bp EnableWindow 禁止或允许窗口 拦截时间: bp GetLocalTime 获取本地时间 bp GetSystemTime 获取系统时间 bp GetFileTime 获取文件时间 bp GetTickCount 获得自系统成功启动以来所经历的毫秒数 bp GetCurrentTime 获取当前时间(16位) bp SetTimer 创建定时器 bp TimerProc 定时器超时回调函数 GetDlgItemInt 得指定输入框整数值 GetDlgItemText 得指定输入框输入字符串 GetDlgItemTextA 得指定输入框输入字符串 拦截文件: bp CreateFileA 创建或打开文件 (32位) bp OpenFile 打开文件 (32位) bp ReadFile 读文件 (32位) bp WriteFile 写文件 (32位) GetModuleFileNameA GetFileSize Setfilepointer fileopen FindFirstFileA ReadFile 拦截驱动器: bp GetDriveTypeA 获取磁盘驱动器类型 bp GetLogicalDrives 获取逻辑驱动器符号 bp GetLogicalDriveStringsA 获取当前所有逻辑驱动器的根驱动器路径
电影《One Day》观后感 作者:Lorry 原文地址:http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.skywj.com%2Fthread-9095-1-1.html&urlrefer=3855c480a8f94125a041043a23f9f523 When we were young we always supposed that life was so long and dreamed the day we grew up.We could spend the whole day without anyone accompaning.It seemed we were the center of this world ,sometimes it was true until one day someone appeared like a blast of wind blowing away all our sadness,then we started to believe we also can fall in love with somebody and it really changed so much after his or her coming .Then we walked along with each other ,had dinner ,read,and did anything together.God bless us ,we enjoyed that period of time ,however ,we were young we took all that happened for granted .We considered that it could be like that including all the romance things we did. As time went by ,we gradually got used to this kind of life ,and we didn't focus so much on his or her cares,the only thing providing us still in love was we were togeter at times.It was hard to say we still loved each other or had been strange ,if there was one reason let us be with together temporarily,it really dued to the beautiful memory.Sometimes things do not go like we thought ,maybe we love each other so much but for some reasons we get apart then go to different places ,do what we want to do .Because we are young ,sometimes we addict ourselves to the noise ,only in the deep night when we cann't fall asleep will we think about someone ever being with us,the feeling is so strong till next morning .During this period of time we may crush on someone else and then be together just to spend the boring time,you share nothing but the pleasure after the sunset.One moment we seems forget something ,who cares ,we are young.Then days go away day by day ,we are getting old, at least not so young .So many people go into our life and later go away .We are even not clear about how it happens.We start to miss someone ,but we are so far away from each other ,appointment ,desperation ,eveything can not go smoothly ,we are not young anymore ,we need someone beside us ,we need a family to support us , then we get married in hurry,we are not so particular to him or her.Sometimes we even doubt whether we loved ever . Time flies ,we really grow old ,but something changes ,we clear know when we fell into love and when it ended sliently,we are doomed to regret from the beginning for the mistake we made when we were young.True love cannot be got easily,but if you do ,just grab it and hold it ,don't let it go .
1 下一页