-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile_ci_cd.html
More file actions
311 lines (197 loc) · 12.6 KB
/
mobile_ci_cd.html
File metadata and controls
311 lines (197 loc) · 12.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html>
<head>
<!-- Document Settings -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Page Meta -->
<title>How to achieve CI CD on Mobile Applications</title>
<meta name="description" content="A beautiful narrative written over an elegant publishing platform. The story begins here..." />
<!-- Mobile Meta -->
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Brand icon -->
<link rel="shortcut icon" href="/assets/images/favicon.ico" >
<!-- Styles'n'Scripts -->
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="stylesheet" type="text/css" href="/assets/css/syntax.css" />
<!-- highlight.js -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/default.min.css">
<style>.hljs { background: none; }</style>
<!-- Ghost outputs important style and meta data with this tag -->
<link rel="canonical" href="http://localhost:4000//mobile_ci_cd" />
<meta name="referrer" content="origin" />
<link rel="next" href="/page2/" />
<meta property="og:site_name" content="Curiosity is the most powerful thing you own" />
<meta property="og:type" content="website" />
<meta property="og:title" content="How to achieve CI CD on Mobile Applications" />
<meta property="og:description" content="A beautiful narrative written over an elegant publishing platform. The story begins here..." />
<meta property="og:url" content="http://localhost:4000//mobile_ci_cd" />
<meta property="og:image" content="/assets/images/jenkins/jenkins.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="How to achieve CI CD on Mobile Applications" />
<meta name="twitter:description" content="A beautiful narrative written over an elegant publishing platform. The story begins here..." />
<meta name="twitter:url" content="http://localhost:4000//mobile_ci_cd" />
<meta name="twitter:image:src" content="/assets/images/jenkins/jenkins.png" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"publisher": "Curiosity is the most powerful thing you own",
"name": "How to achieve CI CD on Mobile Applications",
"url": "http://localhost:4000//mobile_ci_cd",
"image": "/assets/images/jenkins/jenkins.png",
"description": "A beautiful narrative written over an elegant publishing platform. The story begins here..."
}
</script>
<meta name="generator" content="Jekyll 3.0.0" />
<link rel="alternate" type="application/rss+xml" title="Curiosity is the most powerful thing you own" href="/feed.xml" />
</head>
<body class="home-template nav-closed">
<!-- The blog navigation links -->
<div class="nav">
<h3 class="nav-title">Menu</h3>
<a href="#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<li class="nav-home " role="presentation"><a href="/">Home</a></li>
<li class="nav-about " role="presentation"><a href="/about">About</a></li>
<li class="nav-databases " role="presentation"><a href="/tag/databases">Databases</a></li>
<li class="nav-devops " role="presentation"><a href="/tag/devops">DevOps</a></li>
<li class="nav-fiction " role="presentation"><a href="/tag/fiction">Fiction</a></li>
<li class="nav-author " role="presentation"><a href="/tag/mlops">MLOps</a></li>
<li class="nav-travel " role="presentation"><a href="/tag/travel">Travel</a></li>
<li class="nav-resume " role="presentation"><a href="/resume">Resume</a></li>
<li class="nav-photography " role="presentation"><a href="/tag/photography">Photography</a></li>
<li class="nav-author " role="presentation"><a href="/author">Author</a></li>
</ul>
<a class="subscribe-button icon-feed" href="/feed.xml">Subscribe</a>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<!-- All the main content gets inserted here, index.hbs, post.hbs, etc -->
<!-- default -->
<!-- The comment above "< default" means - insert everything in this file into -->
<!-- the [body] of the default.hbs template, which contains our header/footer. -->
<!-- Everything inside the #post tags pulls data from the post -->
<!-- #post -->
<header class="main-header post-head " style="background-image: url(/assets/images/jenkins/jenkins.png) ">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="/"><img src="/assets/images/utilities/home_icon.png" alt="Blog Logo" /></a>
<a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
</nav>
</header>
<main class="content" role="main">
<article class="post tag-tutorials">
<header class="post-header">
<h1 class="post-title">How to achieve CI CD on Mobile Applications</h1>
<section class="post-meta">
<!-- <a href='/'></a> -->
<a href='/author/hellodk'>Deepak Gupta</a>
<time class="post-date" datetime="2023-03-16">16 Mar 2023</time>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/tutorials'>Tutorials</a>,
<a href='/tag/mobile'>Mobile</a>,
<a href='/tag/testing'>Testing</a>,
<a href='/tag/ci'>Ci</a>,
<a href='/tag/cd'>Cd</a>,
<a href='/tag/applications'>Applications</a>,
<a href='/tag/2023'>2023</a>,
<a href='/tag/hellodk'>Hellodk</a>
</section>
</header>
<section class="post-content">
<h5 id="lets-take-a-stroll-over-the-different-terminologies-we-may-come-across-during-our-journey-of-mobile-ci-cd">Let’s take a stroll over the different terminologies we may come across during our journey of Mobile CI CD</h5>
<ul>
<li>Dynamic Instrumentation</li>
</ul>
<p>Dynamic instrumentation is the technique to tweak the application at runtime and analyze the application behaviour.</p>
<p>This application tweaking is done through the injection of instrumentation code.
Essentially we are allowed to execute our debug scripts inside another process.</p>
<p>They are mainly two different types of instrumentation - Embedded, and injection
Embedded instrumentation can be done by patching the binary application with our instrumentation agent in the form of a shared library, dll, and dylib
Whereas injection will spawn the instrumentation agent as a process and will inject into the runtime environment like Android Zygote. The main reason to choose one over another is that only embedded can successfully run in a jailed environment</p>
<p>There are mutilple tools that canbe used for dynamic instrumentation:</p>
<ol>
<li>Frida</li>
</ol>
</section>
<footer class="post-footer">
<!-- Everything inside the #author tags pulls data from the author -->
<!-- #author-->
<figure class="author-image">
<a class="img" href="/author/hellodk" style="background-image: url(/assets/images/dk_profile.jpg)"><span class="hidden">hellodk's Picture</span></a>
</figure>
<section class="author">
<h4><a href="/author/hellodk">Deepak Gupta</a></h4>
<p> A full time technologist cum foodieeeeeee... I spend most of my time playing with open source tools and technologies. I prefer hanging out most of the time, and have been a taveller since ages, besides being a biker at heart I do love to practice photography in my liesure.</p>
<div class="author-meta">
<span class="author-location icon-location"> Bangalore, India</span>
<span class="author-link icon-link"><a href="https://www.linkedin.com/in/hellodk/"> linkedin.com/in/hellodk/</a></span>
</div>
</section>
<!-- /author -->
<section class="share">
<h4>Share this post</h4>
<a class="icon-twitter" href="http://twitter.com/share?text=How to achieve CI CD on Mobile Applications&url=http://localhost:4000mobile_ci_cd"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=http://localhost:4000mobile_ci_cd"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<span class="hidden">Facebook</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=http://localhost:4000mobile_ci_cd"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<span class="hidden">Google+</span>
</a>
</section>
<!-- Add Disqus Comments -->
</footer>
</article>
</main>
<aside class="read-next">
<!-- [[! next_post ]] -->
<!-- [[! /next_post ]] -->
<!-- [[! prev_post ]] -->
<a class="read-next-story prev " style="background-image: url(/assets/images/jenkins/jenkins.png)" href="/jenkins_installation_ssl">
<section class="post">
<h2>How to deploy Jenkins with SSL</h2>
<p>It has been quiet sometime since I got my hands dirty, so here we go...</p>
</section>
</a>
<!-- [[! /prev_post ]] -->
</aside>
<!-- /post -->
<!-- The tiny footer at the very bottom -->
<footer class="site-footer clearfix">
<section class="copyright"><a href="/">Curiosity is the most powerful thing you own</a> © 2023</section>
<section class="poweredby">Published by <a href="https://thecylon.org">theCylon.org</a></section>
</footer>
</div>
<!-- highlight.js -->
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- jQuery needs to come before `` so that jQuery can be used in code injection -->
<script type="text/javascript" src="//code.jquery.com/jquery-1.12.0.min.js"></script>
<!-- Ghost outputs important scripts and data with this tag -->
<!-- -->
<!-- Add Google Analytics -->
<!-- Google Analytics Tracking code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84547172-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Fitvids makes video embeds responsive and awesome -->
<script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script>
<!-- The main JavaScript file for Casper -->
<script type="text/javascript" src="/assets/js/index.js"></script>
</body>
</html>