Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ICI Wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bush, Sammie L. (S&T-Student)
ICI Wiki
Wiki
Using API Monitor and Frida
Changes
Page history
New page
Templates
Clone repository
Update Using API Monitor and Frida
authored
6 years ago
by
Pruitt, David R. (S&T-Student)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Using-API-Monitor-and-Frida.md
+2
-5
2 additions, 5 deletions
Using-API-Monitor-and-Frida.md
with
2 additions
and
5 deletions
Using-API-Monitor-and-Frida.md
View page @
f9bfec57
...
...
@@ -83,10 +83,6 @@ def main(target_process):
console.log('[+] CmdLine: ' + args[1]);
console.log('[+] CurrentDirectory: ' + args[7]);
dumpAddr('Input', args[1], 147); //146
this.outptr = args[2]; // Store arg2 and arg3 in order to see when we leave the function
var bSlash = '\\\\';
console.log(bSlash);
newAppName = 'F:\\\\Applications\\\\Steam\\\\steamapps\\\\common\\\\mcpixel\\\\McLauncher.exe';
newCmdLine= '"F:\\\\Applications\\\\Steam\\\\steamapps\\\\common\\\\mcpixel\\\\McLauncher.exe"';
...
...
@@ -98,6 +94,7 @@ def main(target_process):
clearMem(args[1],147);
clearMem(args[7],129);
//Write New Strings to Memeory
Memory.writeUtf16String(args[0],newAppName);
Memory.writeUtf16String(args[1],newCmdLine);
Memory.writeUtf16String(args[7],newDir);
...
...
This diff is collapsed.
Click to expand it.