Posts by Erick M. Sprengel • 339 points
3 posts
-
0
votes1
answer424
viewsA: Is it possible to reverse engineer applications in React Native?
The JS code is embedded in the APK as an Asset. Simply unzip the APK** and you will find the file index.android.bundle in the briefcase assets. The archive index.android.bundle is the JS file that…
-
7
votes3
answers29267
viewsA: Barcode Converter - Convert Barcode to Digitized Line
Using the Javascript conversion of this page (http://evandro.net/codigo_barras.html) got to the code: public static void main(String[] args) {…
-
16
votes3
answers29267
viewsQ: Barcode Converter - Convert Barcode to Digitized Line
I’m reading the bank note barcode, but found that the barcode does not exactly match (numerically) the digitable line (also called line code, numeric code or IPTE). According to a document from…