请教各位大佬 AHK1.0版本如何调用系统API函数的问题

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: 请教各位大佬 AHK1.0版本如何调用系统API函数的问题

请教各位大佬 AHK1.0版本如何调用系统API函数的问题

Post by xiao5201314 » 31 Mar 2024, 10:57

如果我想查看一个进程的模块基址 利用GetModuleHandleA 函数 来读取他的结果应该怎么实现
由于系统每次给程序分配的地址都不同 所以需要一个函数来读取新的地址 进程模块句柄 + 偏移量
比如我想获取 植物大战僵尸 或者记事本 的模块基址 应该怎样写
感谢提供帮助的大佬

Top