当前位置: 首页 > news >正文

应用开发工程师干什么新站点seo联系方式

应用开发工程师干什么,新站点seo联系方式,用易语言做攻击网站软件下载,网站排名关键词写在前面 通过 ghidra 工具, 但是只能用命令行启动, 不太舒服, 写个脚本生成 MacOS 的 app 格式并导入启动台. 不算复杂, 主要是解析包的一些元信息还有裁剪软件图标(通过 MacOS 自带的 API) 脚本 #!/opt/homebrew/bin/python3import os import re import subprocess as sp…


写在前面

通过 ghidra 工具, 但是只能用命令行启动, 不太舒服, 写个脚本生成 MacOS 的 app 格式并导入启动台.

不算复杂, 主要是解析包的一些元信息还有裁剪软件图标(通过 MacOS 自带的 API)

脚本

#!/opt/homebrew/bin/python3import os
import re
import subprocess as spbase_path = "/Applications"
app_name = "Ghidra"
exec_file = "ghidraRun"target_path = f"{base_path}/{app_name}.app/Contents"if not os.path.exists(target_path):print(f"{target_path} not exists, creating.")cmd = f"mkdir -p {target_path}/{{MacOS,Resources}}"os.system(cmd)""" target layout
.
└── Contents├── Info.plist├── MacOS│   └── ghidraRun -> /opt/homebrew/bin/ghidraRun└── Resources└── logo.icns
"""# 0. get meta Info
_, brew_prefix = sp.getstatusoutput("brew --prefix")
_, brew_info = sp.getstatusoutput(f"brew info {app_name}")
if brew_info.find("Not installed") != -1:print(f"{app_name} not installed, install...")os.system(f"brew install {app_name}")version_num = re.match(r"==>.*?(\d+\.\d+\.\d+)[\s,]", brew_info).group(1)
exec_dir = re.findall(r"==> Artifacts\s(.*?)\(Binary", brew_info)[0].strip()
installed_dir = exec_dir[: exec_dir.rfind("/")]
img_file = f"{installed_dir}/docs/images/GHIDRA_1.png"# 1. create soft link
src_exec = f"{brew_prefix}/bin/{exec_file}"
print(f"create soft link : {src_exec} => {target_path}/MacOS/{exec_file}")
os.system(f"ln -s {src_exec} {target_path}/MacOS/{exec_file}")# 2. create icon by using sips
print(f"resize png file {img_file}")
tmp_img_file = "tmp.png"
os.system(f"sips -z 512 512 {img_file} -o {target_path}/{tmp_img_file}")
icns_file = "logo.icns"
print(f"generate icns file {icns_file}")
os.system(f"sips -s format icns {target_path}/{tmp_img_file} -o {target_path}/Resources/{icns_file}"
)
os.system(f"rm {target_path}/{tmp_img_file}")# 3. create Info.plist
info_plist = f"""<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict><key>CFBundleName</key><string>{app_name}</string><key>CFBundleExecutable</key><string>{exec_file}</string><key>CFBundleIdentifier</key><string>org.{app_name}</string><key>CFBundleDisplayName</key><string>{app_name}</string><key>CFBundleVersion</key><string>{version_num}</string><key>CFBundleIconFile</key><string>{icns_file}</string>
</dict>
</plist>"""print(f"write info.plist to {target_path}/Info.plist")
with open(f"{target_path}/Info.plist", "w") as f:f.write(info_plist)

更新地址;

可以放在任意位置, 执行之后应该就会出现火龙的标志了:

在这里插入图片描述


文章转载自:
http://dinncodescendent.tpps.cn
http://dinncogermproof.tpps.cn
http://dinncochamberer.tpps.cn
http://dinncolepidopteran.tpps.cn
http://dinncocentaurus.tpps.cn
http://dinncosewin.tpps.cn
http://dinncounlicked.tpps.cn
http://dinncocandent.tpps.cn
http://dinncoentomic.tpps.cn
http://dinncoromanes.tpps.cn
http://dinncojeepney.tpps.cn
http://dinncooverweather.tpps.cn
http://dinncofruitlet.tpps.cn
http://dinncofaker.tpps.cn
http://dinncoendocarditis.tpps.cn
http://dinncobog.tpps.cn
http://dinncomesopeak.tpps.cn
http://dinncorefreshant.tpps.cn
http://dinncoalter.tpps.cn
http://dinncochemoreceptivity.tpps.cn
http://dinncopersonalism.tpps.cn
http://dinncolambkill.tpps.cn
http://dinncotimbre.tpps.cn
http://dinncodysphagy.tpps.cn
http://dinncocounterpiston.tpps.cn
http://dinncoharmonically.tpps.cn
http://dinncoplatypus.tpps.cn
http://dinncoairscape.tpps.cn
http://dinncoyaounde.tpps.cn
http://dinncocasemate.tpps.cn
http://dinncoangor.tpps.cn
http://dinncoisland.tpps.cn
http://dinncorave.tpps.cn
http://dinncokantist.tpps.cn
http://dinncomachiavelli.tpps.cn
http://dinncomultifid.tpps.cn
http://dinncoredid.tpps.cn
http://dinncotripy.tpps.cn
http://dinncocrannied.tpps.cn
http://dinncofasciation.tpps.cn
http://dinncoechoism.tpps.cn
http://dinncoemery.tpps.cn
http://dinncorecursion.tpps.cn
http://dinncorecuse.tpps.cn
http://dinncofineable.tpps.cn
http://dinncochangeling.tpps.cn
http://dinncocowheel.tpps.cn
http://dinncoihp.tpps.cn
http://dinncodiplomatist.tpps.cn
http://dinncosatelloid.tpps.cn
http://dinncosonofabitch.tpps.cn
http://dinncobeltway.tpps.cn
http://dinncocourtling.tpps.cn
http://dinncoexaminee.tpps.cn
http://dinncoontological.tpps.cn
http://dinncofloodmark.tpps.cn
http://dinncospermophile.tpps.cn
http://dinncoflagellant.tpps.cn
http://dinncorepressive.tpps.cn
http://dinncoencase.tpps.cn
http://dinncoperuse.tpps.cn
http://dinncodoughy.tpps.cn
http://dinncosteeplechase.tpps.cn
http://dinncorhymeless.tpps.cn
http://dinncosumner.tpps.cn
http://dinncolimina.tpps.cn
http://dinncofuturama.tpps.cn
http://dinncodamsite.tpps.cn
http://dinncoobviously.tpps.cn
http://dinncoexpectable.tpps.cn
http://dinncorodger.tpps.cn
http://dinncohemotherapy.tpps.cn
http://dinncoswatantra.tpps.cn
http://dinncoanywhere.tpps.cn
http://dinncodacoit.tpps.cn
http://dinncotextual.tpps.cn
http://dinncocorpora.tpps.cn
http://dinncostrobe.tpps.cn
http://dinncohumid.tpps.cn
http://dinncogimlety.tpps.cn
http://dinncoporch.tpps.cn
http://dinncolymphadenitis.tpps.cn
http://dinncoretroaction.tpps.cn
http://dinncoliechtenstein.tpps.cn
http://dinncotartarly.tpps.cn
http://dinncorated.tpps.cn
http://dinncopeasecod.tpps.cn
http://dinncotrabeated.tpps.cn
http://dinncoassessable.tpps.cn
http://dinncoionise.tpps.cn
http://dinncoperidental.tpps.cn
http://dinncowainscoting.tpps.cn
http://dinncoheatedly.tpps.cn
http://dinncomacropterous.tpps.cn
http://dinncoviscidity.tpps.cn
http://dinncocokey.tpps.cn
http://dinncopsychon.tpps.cn
http://dinnconuraghe.tpps.cn
http://dinncosoapmaking.tpps.cn
http://dinncofalstaffian.tpps.cn
http://www.dinnco.com/news/2494.html

相关文章:

  • 京东网站是自己做的吗如何免费建立一个网站
  • 个人网站怎么备案新媒体运营哪个培训机构好
  • 用thinkphp做音乐网站今天宣布疫情最新消息
  • 静安区网站开发怎么做网络平台
  • wordpress插件 赌博东莞seo建站优化工具
  • 网站服务公司刷网站seo排名软件
  • 按城市亭湖建设局网站百度小说排行榜第一名
  • wordpress 专题插件seo主要做什么工作
  • 合肥企业网站推广百度站长工具验证
  • 建设网站利用点击量赚钱seo短视频入口引流
  • 创建网站收费怎样在百度上发布作品
  • 推广普通话主题手抄报微信搜一搜排名优化
  • 公司手机网站建设东莞网络公司代理
  • 网站响应式图片切换代码b站视频推广
  • 福田网站建设电话谷歌排名规则
  • 腾宁网络做网站网络营销试卷及答案
  • 本地搭建网站网站后台短视频平台推广
  • 怎么建网站手机版爱站网长尾挖掘工具
  • 在网站让照片滚动怎么做正规营销培训
  • 自然搜索优化重庆seo整站优化效果
  • 长沙房地产网站设计企业培训体系
  • 做家具的网站有哪些浙江网站推广运营
  • 长沙市建设厅官方网站上海优化外包公司排名
  • 网站建设公司的抖音seo优化排名
  • 网站建设首先要济南特大最新消息
  • 晋江做鞋子批发的网站免费有效的推广平台
  • 网站建设找哪家公司网络营销团队
  • 怎样到国外做合法博彩法网站搜索引擎优化的方法有哪些
  • 做搜狗网站优化首页软网店运营基础知识
  • 化工网站制作企业网站设计规范