code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Code/ThreeRegisterInstruction.java
Java
asf20
1,632
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Code/MultiOffsetInstruction.java
Java
asf20
1,678
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/IndexedSection.java
Java
asf20
3,243
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/ItemType.java
Java
asf20
4,912
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/MapItem.java
Java
asf20
5,118
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/AnnotationSetRefList.java
Java
asf20
6,374
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/StringDataItem.java
Java
asf20
6,454
/* * Copyright 2012, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Convertible.java
Java
asf20
1,714
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/ItemFactory.java
Java
asf20
3,192
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Section.java
Java
asf20
8,010
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/FieldIdItem.java
Java
asf20
9,686
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Item.java
Java
asf20
8,267
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/AnnotationItem.java
Java
asf20
5,879
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/AnnotationSetItem.java
Java
asf20
7,077
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/DebugInfoItem.java
Java
asf20
29,735
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/AnnotationDirectoryItem.java
Java
asf20
24,541
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/AnnotationVisibility.java
Java
asf20
2,249
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/OdexHeader.java
Java
asf20
2,874
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/Utf8Utils.java
Java
asf20
9,139
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/ByteArrayOutput.java
Java
asf20
15,638
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/FileUtils.java
Java
asf20
3,971
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/TwoColumnOutput.java
Java
asf20
8,055
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/AccessFlags.java
Java
asf20
6,794
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/ByteArrayAnnotatedOutput.java
Java
asf20
18,635
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/SparseArray.java
Java
asf20
9,798
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/IndentingWriter.java
Java
asf20
4,948
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/Pair.java
Java
asf20
1,715
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/TryListBuilder.java
Java
asf20
14,158
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/DebugInfoBuilder.java
Java
asf20
13,877
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/ByteArray.java
Java
asf20
7,970
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/ByteArrayInput.java
Java
asf20
9,850
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/Leb128Utils.java
Java
asf20
2,978
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/ArrayUtils.java
Java
asf20
3,181
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/AlignmentUtils.java
Java
asf20
1,891
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/NumberUtils.java
Java
asf20
7,841
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/ReadOnlyArrayList.java
Java
asf20
2,007
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/ExceptionWithContext.java
Java
asf20
4,231
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/EncodedValueUtils.java
Java
asf20
5,081
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/AnnotatedOutput.java
Java
asf20
3,013
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/Input.java
Java
asf20
5,040
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/SparseIntArray.java
Java
asf20
7,366
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/Hex.java
Java
asf20
9,077
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/TypeUtils.java
Java
asf20
2,601
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/Util/Output.java
Java
asf20
4,821
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/ClassDefItem.java
Java
asf20
17,056
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/ProtoIdItem.java
Java
asf20
8,467
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/ReadContext.java
Java
asf20
8,228
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/MethodIdItem.java
Java
asf20
9,801
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/StringEncodedValue.java
Java
asf20
3,990
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/DoubleEncodedValue.java
Java
asf20
3,755
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/FloatEncodedValue.java
Java
asf20
3,778
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/NullEncodedValue.java
Java
asf20
2,502
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/TypeEncodedValue.java
Java
asf20
3,890
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/EncodedValue.java
Java
asf20
5,035
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/IntEncodedValue.java
Java
asf20
3,600
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/EnumEncodedValue.java
Java
asf20
3,894
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/ShortEncodedValue.java
Java
asf20
3,628
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/MethodEncodedValue.java
Java
asf20
3,922
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/BooleanEncodedValue.java
Java
asf20
3,969
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/AnnotationEncodedSubValue.java
Java
asf20
6,422
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/ArrayEncodedValue.java
Java
asf20
2,785
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/ArrayEncodedSubValue.java
Java
asf20
4,989
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/LongEncodedValue.java
Java
asf20
3,609
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/FieldEncodedValue.java
Java
asf20
3,904
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/CharEncodedValue.java
Java
asf20
3,701
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/ByteEncodedValue.java
Java
asf20
3,224
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/AnnotationEncodedValue.java
Java
asf20
3,223
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/ValueType.java
Java
asf20
3,141
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/EncodedArrayItem.java
Java
asf20
4,792
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/StringIdItem.java
Java
asf20
6,913
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/TypeIdItem.java
Java
asf20
8,191
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/DexFile.java
Java
asf20
36,012
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/HeaderItem.java
Java
asf20
11,143
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/TypeListItem.java
Java
asf20
10,193
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/ClassDataItem.java
Java
asf20
35,230
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/CodeItem.java
Java
asf20
46,764
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/dexlib/src/main/java/org/jf/dexlib/OffsettedSection.java
Java
asf20
2,159
.class public final Lcom/android/internal/telephony/cdma/RuimFileHandler; .super Lcom/android/internal/telephony/IccFileHandler; .source "RuimFileHandler.java" # static fields .field static final LOG_TAG:Ljava/lang/String; = "CDMA" .field static final CARD_MAX_APPS:I = 0x8 .field mWifiOnUid:I .field public static ...
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/RealSmaliFileTest.smali
Smali
asf20
7,510
0x0T 0x00 0x1T 0x12 0x7fT 0x80t 0xFFt -0x00 -0x01 -0x12 -0x80 -0x1f -0x1fT -0x81 -0xFF -0x100 0 1t 123 127T 128 255 -0 -1 -123 -123T -127 -128 -129 -255 256 260 00 01 0123t 0177 0200T 0377 -00 -01 -0123 -0123t -177 -0200 -0201 -0377 -0400
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/ByteLiteralTest.smali
Smali
asf20
238
0x0S 0x00 0x1s 0x1234 0x7fffS 0x8000s 0xFFFF -0x00 -0x01 -01234 -01234s -0x8000 -0x1fff -0x1fffS -0x8001 -0xFFFF -0x100000 0 1 12345 12345s 32767 32678 65535S -0 -1 -12345S -32767 -32768s -32679s -65535s 65536 65600 00 01 012345 012345s 077777 0100000 0177777 -00 -01 -012345 -012345S -077777 -0100000 -0100001 -0177777 ...
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/ShortLiteralTest.smali
Smali
asf20
327
.class .super .implements .source .field .end field .subannotation .end subannotation .annotation .end annotation .enum .method .end method .registers .locals .array-data .end array-data .packed-switch .end packed-switch .sparse-switch .end sparse-switch .catch .catchall .line .parameter .end parameter .local .end loc...
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/DirectiveTest.smali
Smali
asf20
597
"" " " " " " " "aaaaaaaaaaaaaaaaaaaaaaaaaa" "\"\"\"\\" "abcd1234" "abcd 1234" "ABCD""ABCD" "1234" "\n" "\r" "\t" "\b" "\f" "\u0030" "\uABCD" "\uabcd" "\\" "\'" "'" "\"" "\n\r\t\b\f\u0030\uABCD\"\\\''\"" "\uABCD01234" "\uABCDEFGHIJK" "\u12341234" "\\\\\\\\\\\\\\\"" "a"a" "\a" " " " "\u" "\u0" "\ua" "\uab" "\u01a" "\uz...
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/StringLiteralTest.smali
Smali
asf20
351
Z B S C I J F D V Ljava/lang/String; LI; LV; LI/I/I; [Z [B [S [C [I [J [F [D [Ljava/lang/String; [LI/I/I; IIIII ZBSCIJFD ILa;[La;[I Ljava/lang/String;Ljava/lang/String; [I[I[I [I[Z [I[Ljava/lang/String; <init> <clinit> Ljava/lang/String L; LI L[Ljava/lang/String; [ [V [java/lang/String; [; <linit>
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/TypeAndIdentifierTest.smali
Smali
asf20
305
true false null p0 p90 pab v0 v90 vab truefalse build runtime system public private protected static final synchronized bridge varargs native abstract strictfp synthetic constructor declared-synchronized interface enum annotation volatile transient no-error generic-error no-such-class no-such-field no-such-method i...
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/MiscTest.smali
Smali
asf20
692
# #abcd # abcd #0x1234 0x1234 #0x1234 invoke-virtual #invoke-virtual
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/CommentTest.smali
Smali
asf20
82
1234E9 1234e9 1234e-9 -1234e9 -1234e-9 1234E9d 1234e9D 1234e-9d -1234e9D -1234e-9d 1234E9F 1234e9F 1234e-9f -1234e9F -1234e-9f 0x123ABCP1 0x123ABCp1 0x123ABCp-1 -0x123ABCp1 -0x123ABCp-1 0x123ABCP1D 0x123ABCp1D 0x123ABCp-1D -0x123ABCp1d -0x123ABCp-1d 0x123ABCP1f 0x123ABCp1F 0x123ABCp-1f -0x123ABCp1F -0x123ABCp-1F ...
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/FloatLiteralTest.smali
Smali
asf20
2,001
0x0 0x00 0x1 0x12345678 0x7fffffff 0x80000000 0xFFFFFFFF -0x00 -0x01 -0x12345678 -0x80000000 -0x1FFFFFFF -0x80000001 -0xFFFFFFFF -0x100000000 0 1 1234567890 2147483647 2147483648 4294967295 -0 -1 -1234567890 -2147483647 -2147483648 -2147483649 -4294967295 4294967295 4294967300 8589934592 00 01 012345670123 017777777777...
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/IntegerLiteralTest.smali
Smali
asf20
438
goto return-void nop return-void-barrier const/4 move-result move-result-wide move-result-object move-exception return return-wide move move-wide move-object array-length neg-int not-int neg-long not-long neg-float neg-double int-to-long int-to-float int-to-double long-to-int long-to-float long-to-double float-to-int f...
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/InstructionTest.smali
Smali
asf20
3,848
' ' ' ' 'a' 'A' 'z' 'Z' 'a''a' '1' '2' '\n' '\r' '\t' '\b' '\f' '\u0030' '\uABCD' '\uabcd' '\\' '\'' '\"' '"' 'a'a' 'ab' '\a' '' ' ' ' '\u' '\u0' '\ua' '\uab' '\u01a' '\uz' '\u012z' 'a' '
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/CharLiteralTest.smali
Smali
asf20
190
0x0L 0x00L 0x1L 0x1234567890123456L 0x7fffffffffffffffL 0x8000000000000000L 0xFFFFFFFFFFFFFFFFL -0x00L -0x01L -0x1234567890123456L -0x8000000000000000L -0x1fffffffffffffffL -0x8000000000000001 -0xFFFFFFFFFFFFFFFF 0x10000000000000000 0L 1 1234567890123456789 1234567890123456789L 9223372036854775807 9223372036854775808 1...
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/LongLiteralTest.smali
Smali
asf20
816
.. -> = : , {}() { } ( ) { } ( )
zztobat-apktool
brut.apktool.smali/smali/src/test/resources/LexerTest/SymbolTest.smali
Smali
asf20
57
/* * The string related lexical rules are derived from rules from the * Java 1.6 grammar which can be found here: * http://openjdk.java.net/projects/compiler-grammar/antlrworks/Java.g * * Specifically, these rules: * * HEX_PREFIX, HEX_DIGIT, ESCAPE_SEQUENCE, STRING_LITERAL, BASE_STRING_LITERAL * * These rules ...
zztobat-apktool
brut.apktool.smali/smali/src/test/antlr3/org/jf/smali/expectedTokensTestGrammar.g
GAP
asf20
5,355
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice,...
zztobat-apktool
brut.apktool.smali/smali/src/main/antlr3/smaliTreeWalker.g
GAP
asf20
71,883
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice,...
zztobat-apktool
brut.apktool.smali/smali/src/main/antlr3/smaliParser.g
GAP
asf20
51,267
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/smali/src/main/java/org/jf/smali/OdexedInstructionException.java
Java
asf20
2,079
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/smali/src/main/java/org/jf/smali/LiteralTools.java
Java
asf20
14,369
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/smali/src/main/java/org/jf/smali/SemanticException.java
Java
asf20
3,046
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
zztobat-apktool
brut.apktool.smali/smali/src/main/java/org/jf/smali/main.java
Java
asf20
15,397
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice,...
zztobat-apktool
brut.apktool.smali/smali/src/main/java/org/jf/smali/InvalidToken.java
Java
asf20
2,064
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice,...
zztobat-apktool
brut.apktool.smali/smali/src/main/java/org/jf/smali/LexerErrorInterface.java
Java
asf20
2,224