Skip to content
Snippets Groups Projects
Commit 88d93728 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

fit2a -> b,c (different nj,ni)

parent c88f3dc0
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env frida
fm 18200 21 h
ox! i/ni
oz0! j/nj
oy! z0+(1+z0/10)*x+sin(3*x*z0)/(x+z0+1)
cc p0+p1*t
cwc
cg 1
cf
cp
exit(0)
#!/usr/bin/env frida #!/usr/bin/env frida
fm 410 78 h fm 21 182 h
ox! i ox! i/ni
oy! j+(1+j/10)*i+sin(3*i*j)/(i+j+1) oz0! j/nj
oy! z0+(1+z0/10)*x+sin(3*x*z0)/(x+z0+1)
cc p0+p1*t cc p0+p1*t
cwc cwc
cp
cf
cp
cg 1 cg 1
cf cf
cp cp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment